Html Css Color HEX #77CF21 Lima

📋 copy color: '#77CF21'

red 119 ◦ green 207 ◦ blue 33

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

Shades of Lima #77CF21

Tints of Lima #77CF21

RGB

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

 GREEN value IS 207 (81.25% from 255) = 57.66%

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

R = 33.15%
G = 57.66%
B = 9.19%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#77CF21 (or 0x77CF21) is known color: Lima. HEX triplet: 77, CF and 21. RGB value is (119,207,33). Sum of RGB (Red+Green+Blue) = 119+207+33=359 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.15% from 359); Green value is 207 (81.25% from 255 or 57.66% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 207 - color contains mainly: green. Hex color #77CF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77CF21 is #8830DE. Grayscale: #A1A1A1. Windows color (decimal): -8925407 or 2215799. OLE color: 2215799.

HSL color Cylindrical-coordinate representation of color #77CF21: hue angle of 90.34º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #77CF21 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 207 33 -
CMYK 0.43 0 0.84 0.19
HSL 90.34º 0.73% 0.47% -
HSV(B) 90.34º 0.84% 0.81% -
XYZ 30.2 48.66 9.24 -
YUV 160.85 55.85 98.15 -
System Red Green Blue C M Y K H S L
Decimal 119 207 33 0.43 0 0.84 0.19 90.34 0.73 0.47
Hex 77 CF 21 2B 0 54 13 5A 48 2F
Octal 167 317 41 53 0 124 23 132 110 57
Binary 1110111 11001111 100001 101011 0 1010100 10011 1011010 1001000 101111

Color Harmonies of #77CF21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CF21

Black with #77CF21

Text Example


Text Example

White with #77CF21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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