Html Css Color HEX #76D010 Lima

📋 copy color: '#76D010'

red 118 ◦ green 208 ◦ blue 16

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

Shades of Lima #76D010

Tints of Lima #76D010

RGB

 RED value IS 118 (46.48% from 255) = 34.5%

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

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

R = 34.5%
G = 60.82%
B = 4.68%

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

#76D010 (or 0x76D010) is known color: Lima. HEX triplet: 76, D0 and 10. RGB value is (118,208,16). Sum of RGB (Red+Green+Blue) = 118+208+16=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #76D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D010 is #892FEF. Grayscale: #9F9F9F. Windows color (decimal): -8990704 or 1101942. OLE color: 1101942.

HSL color Cylindrical-coordinate representation of color #76D010: hue angle of 88.12º 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 #76D010 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 118 208 16 -
CMYK 0.43 0 0.92 0.18
HSL 88.13º 0.86% 0.44% -
HSV(B) 88.13º 0.92% 0.82% -
XYZ 30.12 49 8.36 -
YUV 159.2 47.18 98.61 -
System Red Green Blue C M Y K H S L
Decimal 118 208 16 0.43 0 0.92 0.18 88.13 0.86 0.44
Hex 76 D0 10 2B 0 5C 12 58 56 2C
Octal 166 320 20 53 0 134 22 130 126 54
Binary 1110110 11010000 10000 101011 0 1011100 10010 1011000 1010110 101100

Color Harmonies of #76D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D010

Black with #76D010

Text Example


Text Example

White with #76D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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