Html Css Color HEX #76D519 Lima

📋 copy color: '#76D519'

red 118 ◦ green 213 ◦ blue 25

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

Shades of Lima #76D519

Tints of Lima #76D519

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59.83%

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 33.15%
G = 59.83%
B = 7.02%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#76D519 (or 0x76D519) is known color: Lima. HEX triplet: 76, D5 and 19. RGB value is (118,213,25). Sum of RGB (Red+Green+Blue) = 118+213+25=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 213 (83.59% from 255 or 59.83% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 213 - color contains mainly: green. Hex color #76D519 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D519 is #892AE6. Grayscale: #A3A3A3. Windows color (decimal): -8989415 or 1693046. OLE color: 1693046.

HSL color Cylindrical-coordinate representation of color #76D519: hue angle of 90.32º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76D519 is Cyan = 0.45, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 118 213 25 -
CMYK 0.45 0 0.88 0.16
HSL 90.32º 0.79% 0.47% -
HSV(B) 90.32º 0.88% 0.84% -
XYZ 31.44 51.51 9.21 -
YUV 163.16 50.03 95.79 -
System Red Green Blue C M Y K H S L
Decimal 118 213 25 0.45 0 0.88 0.16 90.32 0.79 0.47
Hex 76 D5 19 2D 0 58 10 5A 4F 2F
Octal 166 325 31 55 0 130 20 132 117 57
Binary 1110110 11010101 11001 101101 0 1011000 10000 1011010 1001111 101111

Color Harmonies of #76D519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76D519

Black with #76D519

Text Example


Text Example

White with #76D519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,213,25); }

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

background-color css

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

 a { background-color: rgb(118,213,25); }

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

border-color css

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

 span { border-color: rgb(118,213,25); }

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