#7CDC64

Color #7CDC64 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7CDC64

Tints of Pastel Green #7CDC64

Color information

#7CDC64 (or 0x7CDC64) is unknown color: approx Pastel Green. HEX triplet: 7C, DC and 64. RGB value is (124,220,100). Sum of RGB (Red+Green+Blue) = 124+220+100=444 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.93% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #7CDC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDC64 is #83239B. Grayscale: #B1B1B1. Windows color (decimal): -8594332 or 6610044. OLE color: 6610044.

HSL color Cylindrical-coordinate representation of color #7CDC64: hue angle of 108º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7CDC64 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB124220100-
CMYK0.4400.550.14
HSL108º63.16%62.75%-
HSV(B)108º54.55%86.27%-
XYZ36.2156.3921.03-
YUV177.6284.289.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 124 (48.83% from 255) = 27.93%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=27.93%
G=49.55%
B=22.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1242201000.4400.550.1410863.1662.75
Hex7CDC642C037E6c3f3f
Octal17433414454067161547777
Binary1111100110111001100100101100011011111101101100111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDC64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7CDC64; }

 p { color: rgb(124,220,100); }

 H1.HeaderClassName
 {
   color: #7CDC64;
 }
 .AnyTagClassName
 {
   color: #7CDC64;
 }
</style>
background-color css

<style>
 a { background-color: #7CDC64; }

 a { background-color: rgb(124,220,100); }

 div.DivClassName
 {
   background-color: #7CDC64;
 }
 .BgClassName
 {
   background-color: #7CDC64;
 }
</style>
border-color css

<style>
 span { border-color: #7CDC64; }

 span { border-color: rgb(124,220,100); }

 td.TdClassName
 {
   border-color: #7CDC64;
 }
 .TagClassName
 {
   border-color: #7CDC64;
 }
</style>