Html Css Color HEX #77D010 Lima

📋 copy color: '#77D010'

red 119 ◦ green 208 ◦ blue 16

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

Shades of Lima #77D010

Tints of Lima #77D010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.66%

R = 34.69%
G = 60.64%
B = 4.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#77D010 (or 0x77D010) is known color: Lima. HEX triplet: 77, D0 and 10. RGB value is (119,208,16). Sum of RGB (Red+Green+Blue) = 119+208+16=343 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.69% from 343); Green value is 208 (81.64% from 255 or 60.64% from 343); Blue value is 16 (6.64% from 255 or 4.66% from 343); Max value from RGB is 208 - color contains mainly: green. Hex color #77D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #77D010 is #882FEF. Grayscale: #A0A0A0. Windows color (decimal): -8925168 or 1101943. OLE color: 1101943.

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

Color convert

RGB 119 208 16 -
CMYK 0.43 0 0.92 0.18
HSL 87.81º 0.86% 0.44% -
HSV(B) 87.81º 0.92% 0.82% -
XYZ 30.26 49.07 8.37 -
YUV 159.5 47.01 99.11 -
System Red Green Blue C M Y K H S L
Decimal 119 208 16 0.43 0 0.92 0.18 87.81 0.86 0.44
Hex 77 D0 10 2B 0 5C 12 58 56 2C
Octal 167 320 20 53 0 134 22 130 126 54
Binary 1110111 11010000 10000 101011 0 1011100 10010 1011000 1010110 101100

Color Harmonies of #77D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D010

Black with #77D010

Text Example


Text Example

White with #77D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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