#77CC08

Color #77CC08 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #77CC08

Tints of Lima #77CC08

Color information

#77CC08 (or 0x77CC08) is unknown color: approx Lima. HEX triplet: 77, CC and 08. RGB value is (119,204,8). Sum of RGB (Red+Green+Blue) = 119+204+8=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 204 (80.08% from 255 or 61.63% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC08 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CC08 is #8833F7. Grayscale: #9C9C9C. Windows color (decimal): -8926200 or 576631. OLE color: 576631.

HSL color Cylindrical-coordinate representation of color #77CC08: hue angle of 86.02º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #77CC08 is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB1192048-
CMYK0.4200.960.2
HSL86.02º92.45%41.57%-
HSV(B)86.02º96.08%80%-
XYZ29.2447.137.78-
YUV156.2444.34101.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.95%
GREEN value IS 204 (80.08% from 255) = 61.63%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=35.95%
G=61.63%
B=2.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal11920480.4200.960.286.0292.4541.57
Hex77CC82A06014565c2a
Octal167314105201402412613452
Binary1110111110011001000101010011000001010010101101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CC08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77CC08; }

 p { color: rgb(119,204,8); }

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

<style>
 a { background-color: #77CC08; }

 a { background-color: rgb(119,204,8); }

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

<style>
 span { border-color: #77CC08; }

 span { border-color: rgb(119,204,8); }

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