Html Css Color HEX #76BE13 Lima

📋 copy color: '#76BE13'

red 118 ◦ green 190 ◦ blue 19

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

Shades of Lima #76BE13

Tints of Lima #76BE13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 36.09%
G = 58.1%
B = 5.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#76BE13 (or 0x76BE13) is known color: Lima. HEX triplet: 76, BE and 13. RGB value is (118,190,19). Sum of RGB (Red+Green+Blue) = 118+190+19=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 190 (74.61% from 255 or 58.10% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BE13 is #8941EC. Grayscale: #959595. Windows color (decimal): -8995309 or 1293942. OLE color: 1293942.

HSL color Cylindrical-coordinate representation of color #76BE13: hue angle of 85.26º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76BE13 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 118 190 19 -
CMYK 0.38 0 0.90 0.25
HSL 85.26º 0.82% 0.41% -
HSV(B) 85.26º 0.9% 0.75% -
XYZ 26 40.73 7.11 -
YUV 148.98 54.65 105.9 -
System Red Green Blue C M Y K H S L
Decimal 118 190 19 0.38 0 0.90 0.25 85.26 0.82 0.41
Hex 76 BE 13 26 0 5A 19 55 52 29
Octal 166 276 23 46 0 132 31 125 122 51
Binary 1110110 10111110 10011 100110 0 1011010 11001 1010101 1010010 101001

Color Harmonies of #76BE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BE13

Black with #76BE13

Text Example


Text Example

White with #76BE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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