Html Css Color HEX #77D021 Lima

📋 copy color: '#77D021'

red 119 ◦ green 208 ◦ blue 33

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

Shades of Lima #77D021

Tints of Lima #77D021

RGB

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

 GREEN value IS 208 (81.64% from 255) = 57.78%

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

R = 33.06%
G = 57.78%
B = 9.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#77D021 (or 0x77D021) is known color: Lima. HEX triplet: 77, D0 and 21. RGB value is (119,208,33). Sum of RGB (Red+Green+Blue) = 119+208+33=360 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.06% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #77D021 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D021 is #882FDE. Grayscale: #A2A2A2. Windows color (decimal): -8925151 or 2216055. OLE color: 2216055.

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

Color convert

RGB 119 208 33 -
CMYK 0.43 0 0.84 0.18
HSL 90.51º 0.73% 0.47% -
HSV(B) 90.51º 0.84% 0.82% -
XYZ 30.44 49.14 9.32 -
YUV 161.44 55.51 97.73 -
System Red Green Blue C M Y K H S L
Decimal 119 208 33 0.43 0 0.84 0.18 90.51 0.73 0.47
Hex 77 D0 21 2B 0 54 12 5B 49 2F
Octal 167 320 41 53 0 124 22 133 111 57
Binary 1110111 11010000 100001 101011 0 1010100 10010 1011011 1001001 101111

Color Harmonies of #77D021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D021

Black with #77D021

Text Example


Text Example

White with #77D021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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