Html Css Color HEX #76BA37 Lima

📋 copy color: '#76BA37'

red 118 ◦ green 186 ◦ blue 55

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

Shades of Lima #76BA37

Tints of Lima #76BA37

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.81%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 32.87%
G = 51.81%
B = 15.32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#76BA37 (or 0x76BA37) is known color: Lima. HEX triplet: 76, BA and 37. RGB value is (118,186,55). Sum of RGB (Red+Green+Blue) = 118+186+55=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA37 is #8945C8. Grayscale: #979797. Windows color (decimal): -8996297 or 3652214. OLE color: 3652214.

HSL color Cylindrical-coordinate representation of color #76BA37: hue angle of 91.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76BA37 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 186 55 -
CMYK 0.37 0 0.70 0.27
HSL 91.15º 0.54% 0.47% -
HSV(B) 91.15º 0.7% 0.73% -
XYZ 25.72 39.25 9.83 -
YUV 150.73 73.97 104.65 -
System Red Green Blue C M Y K H S L
Decimal 118 186 55 0.37 0 0.70 0.27 91.15 0.54 0.47
Hex 76 BA 37 25 0 46 1B 5B 36 2F
Octal 166 272 67 45 0 106 33 133 66 57
Binary 1110110 10111010 110111 100101 0 1000110 11011 1011011 110110 101111

Color Harmonies of #76BA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA37

Black with #76BA37

Text Example


Text Example

White with #76BA37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,186,55); }

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

background-color css

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

 a { background-color: rgb(118,186,55); }

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

border-color css

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

 span { border-color: rgb(118,186,55); }

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