Html Css Color HEX #77CB13 Lima

📋 copy color: '#77CB13'

red 119 ◦ green 203 ◦ blue 19

#77CB13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #77CB13

Tints of Lima #77CB13

RGB

 RED value IS 119 (46.88% from 255) = 34.9%

 GREEN value IS 203 (79.69% from 255) = 59.53%

 BLUE value IS 19 (7.81% from 255) = 5.57%

R = 34.9%
G = 59.53%
B = 5.57%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#77CB13 (or 0x77CB13) is known color: Lima. HEX triplet: 77, CB and 13. RGB value is (119,203,19). Sum of RGB (Red+Green+Blue) = 119+203+19=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 19 (7.81% from 255 or 5.57% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #77CB13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77CB13 is #8834EC. Grayscale: #9D9D9D. Windows color (decimal): -8926445 or 1297271. OLE color: 1297271.

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

Color convert

RGB 119 203 19 -
CMYK 0.41 0 0.91 0.20
HSL 87.39º 0.83% 0.44% -
HSV(B) 87.39º 0.91% 0.8% -
XYZ 29.08 46.68 8.09 -
YUV 156.91 50.17 100.96 -
System Red Green Blue C M Y K H S L
Decimal 119 203 19 0.41 0 0.91 0.20 87.39 0.83 0.44
Hex 77 CB 13 29 0 5B 14 57 53 2C
Octal 167 313 23 51 0 133 24 127 123 54
Binary 1110111 11001011 10011 101001 0 1011011 10100 1010111 1010011 101100

Color Harmonies of #77CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CB13

Black with #77CB13

Text Example


Text Example

White with #77CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #77CB13;
 }
 .AnyTagClassName
 {
   color: #77CB13;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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