Html Css Color HEX #76BA33 Lima

📋 copy color: '#76BA33'

red 118 ◦ green 186 ◦ blue 51

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

Shades of Lima #76BA33

Tints of Lima #76BA33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 14.37%

R = 33.24%
G = 52.39%
B = 14.37%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#76BA33 (or 0x76BA33) is known color: Lima. HEX triplet: 76, BA and 33. RGB value is (118,186,51). Sum of RGB (Red+Green+Blue) = 118+186+51=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 186 (73.05% from 255 or 52.39% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BA33 is #8945CC. Grayscale: #969696. Windows color (decimal): -8996301 or 3390070. OLE color: 3390070.

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

Color convert

RGB 118 186 51 -
CMYK 0.37 0 0.73 0.27
HSL 90.22º 0.57% 0.46% -
HSV(B) 90.22º 0.73% 0.73% -
XYZ 25.63 39.21 9.35 -
YUV 150.28 71.97 104.98 -
System Red Green Blue C M Y K H S L
Decimal 118 186 51 0.37 0 0.73 0.27 90.22 0.57 0.46
Hex 76 BA 33 25 0 49 1B 5A 39 2E
Octal 166 272 63 45 0 111 33 132 71 56
Binary 1110110 10111010 110011 100101 0 1001001 11011 1011010 111001 101110

Color Harmonies of #76BA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BA33

Black with #76BA33

Text Example


Text Example

White with #76BA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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