#77CB07

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

Shades of Lima #77CB07

Tints of Lima #77CB07

Color information

#77CB07 (or 0x77CB07) is unknown color: approx Lima. HEX triplet: 77, CB and 07. RGB value is (119,203,7). Sum of RGB (Red+Green+Blue) = 119+203+7=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 203 (79.69% from 255 or 61.70% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CB07 is #8834F8. Grayscale: #9C9C9C. Windows color (decimal): -8926457 or 510839. OLE color: 510839.

HSL color Cylindrical-coordinate representation of color #77CB07: hue angle of 85.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77CB07 is Cyan = 0.41, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.

Color convert

RGB1192037-
CMYK0.4100.970.20
HSL85.71º93.33%41.18%-
HSV(B)85.71º96.55%79.61%-
XYZ2946.657.68-
YUV155.5444.17101.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 203 (79.69% from 255) = 61.70%
BLUE value IS 7 (3.12% from 255) = 2.13%
R=36.17%
G=61.70%
B=2.13%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal11920370.4100.970.2085.7193.3341.18
Hex77CB72906114565d29
Octal16731375101412412613551
Binary111011111001011111101001011000011010010101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77CB07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,203,7); }

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

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

 a { background-color: rgb(119,203,7); }

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

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

 span { border-color: rgb(119,203,7); }

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