Html Css Color HEX #77CC21 Lima

📋 copy color: '#77CC21'

red 119 ◦ green 204 ◦ blue 33

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

Shades of Lima #77CC21

Tints of Lima #77CC21

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.3%

 BLUE value IS 33 (13.28% from 255) = 9.27%

R = 33.43%
G = 57.3%
B = 9.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#77CC21 (or 0x77CC21) is known color: Lima. HEX triplet: 77, CC and 21. RGB value is (119,204,33). Sum of RGB (Red+Green+Blue) = 119+204+33=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #77CC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CC21 is #8833DE. Grayscale: #9F9F9F. Windows color (decimal): -8926175 or 2215031. OLE color: 2215031.

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

Color convert

RGB 119 204 33 -
CMYK 0.42 0 0.84 0.2
HSL 89.82º 0.72% 0.46% -
HSV(B) 89.82º 0.84% 0.8% -
XYZ 29.48 47.22 9 -
YUV 159.09 56.84 99.4 -
System Red Green Blue C M Y K H S L
Decimal 119 204 33 0.42 0 0.84 0.2 89.82 0.72 0.46
Hex 77 CC 21 2A 0 54 14 5A 48 2E
Octal 167 314 41 52 0 124 24 132 110 56
Binary 1110111 11001100 100001 101010 0 1010100 10100 1011010 1001000 101110

Color Harmonies of #77CC21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CC21

Black with #77CC21

Text Example


Text Example

White with #77CC21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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