Html Css Color HEX #77CA28 Lima

📋 copy color: '#77CA28'

red 119 ◦ green 202 ◦ blue 40

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

Shades of Lima #77CA28

Tints of Lima #77CA28

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.96%

 BLUE value IS 40 (16.02% from 255) = 11.08%

R = 32.96%
G = 55.96%
B = 11.08%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#77CA28 (or 0x77CA28) is known color: Lima. HEX triplet: 77, CA and 28. RGB value is (119,202,40). Sum of RGB (Red+Green+Blue) = 119+202+40=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 40 (16.02% from 255 or 11.08% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #77CA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CA28 is #8835D7. Grayscale: #9F9F9F. Windows color (decimal): -8926680 or 2673271. OLE color: 2673271.

HSL color Cylindrical-coordinate representation of color #77CA28: hue angle of 90.74º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77CA28 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 202 40 -
CMYK 0.41 0 0.80 0.21
HSL 90.74º 0.67% 0.47% -
HSV(B) 90.74º 0.8% 0.79% -
XYZ 29.11 46.32 9.41 -
YUV 158.72 61 99.67 -
System Red Green Blue C M Y K H S L
Decimal 119 202 40 0.41 0 0.80 0.21 90.74 0.67 0.47
Hex 77 CA 28 29 0 50 15 5B 43 2F
Octal 167 312 50 51 0 120 25 133 103 57
Binary 1110111 11001010 101000 101001 0 1010000 10101 1011011 1000011 101111

Color Harmonies of #77CA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CA28

Black with #77CA28

Text Example


Text Example

White with #77CA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,202,40); }

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

background-color css

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

 a { background-color: rgb(119,202,40); }

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

border-color css

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

 span { border-color: rgb(119,202,40); }

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