Html Css Color HEX #77D027 Lima

📋 copy color: '#77D027'

red 119 ◦ green 208 ◦ blue 39

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

Shades of Lima #77D027

Tints of Lima #77D027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.66%

R = 32.51%
G = 56.83%
B = 10.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#77D027 (or 0x77D027) is known color: Lima. HEX triplet: 77, D0 and 27. RGB value is (119,208,39). Sum of RGB (Red+Green+Blue) = 119+208+39=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 39 (15.62% from 255 or 10.66% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #77D027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #77D027 is #882FD8. Grayscale: #A2A2A2. Windows color (decimal): -8925145 or 2609271. OLE color: 2609271.

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

Color convert

RGB 119 208 39 -
CMYK 0.43 0 0.81 0.18
HSL 91.6º 0.68% 0.48% -
HSV(B) 91.6º 0.81% 0.82% -
XYZ 30.53 49.18 9.8 -
YUV 162.12 58.51 97.24 -
System Red Green Blue C M Y K H S L
Decimal 119 208 39 0.43 0 0.81 0.18 91.6 0.68 0.48
Hex 77 D0 27 2B 0 51 12 5C 44 30
Octal 167 320 47 53 0 121 22 134 104 60
Binary 1110111 11010000 100111 101011 0 1010001 10010 1011100 1000100 110000

Color Harmonies of #77D027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D027

Black with #77D027

Text Example


Text Example

White with #77D027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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