Html Css Color HEX #76BE19 Lima

📋 copy color: '#76BE19'

red 118 ◦ green 190 ◦ blue 25

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

Shades of Lima #76BE19

Tints of Lima #76BE19

RGB

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

 GREEN value IS 190 (74.61% from 255) = 57.06%

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

R = 35.44%
G = 57.06%
B = 7.51%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#76BE19 (or 0x76BE19) is known color: Lima. HEX triplet: 76, BE and 19. RGB value is (118,190,25). Sum of RGB (Red+Green+Blue) = 118+190+25=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 25 (10.16% from 255 or 7.51% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BE19 is #8941E6. Grayscale: #969696. Windows color (decimal): -8995303 or 1687158. OLE color: 1687158.

HSL color Cylindrical-coordinate representation of color #76BE19: hue angle of 86.18º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76BE19 is Cyan = 0.38, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 25 -
CMYK 0.38 0 0.87 0.25
HSL 86.18º 0.77% 0.42% -
HSV(B) 86.18º 0.87% 0.75% -
XYZ 26.06 40.75 7.41 -
YUV 149.66 57.65 105.42 -
System Red Green Blue C M Y K H S L
Decimal 118 190 25 0.38 0 0.87 0.25 86.18 0.77 0.42
Hex 76 BE 19 26 0 57 19 56 4D 2A
Octal 166 276 31 46 0 127 31 126 115 52
Binary 1110110 10111110 11001 100110 0 1010111 11001 1010110 1001101 101010

Color Harmonies of #76BE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE19

Black with #76BE19

Text Example


Text Example

White with #76BE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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