Html Css Color HEX #76B232 Lima

📋 copy color: '#76B232'

red 118 ◦ green 178 ◦ blue 50

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

Shades of Lima #76B232

Tints of Lima #76B232

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.45%

 BLUE value IS 50 (19.92% from 255) = 14.45%

R = 34.1%
G = 51.45%
B = 14.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.30

RGB Variations

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

Color information

#76B232 (or 0x76B232) is known color: Lima. HEX triplet: 76, B2 and 32. RGB value is (118,178,50). Sum of RGB (Red+Green+Blue) = 118+178+50=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #76B232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B232 is #894DCD. Grayscale: #919191. Windows color (decimal): -8998350 or 3322486. OLE color: 3322486.

HSL color Cylindrical-coordinate representation of color #76B232: hue angle of 88.12º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76B232 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 178 50 -
CMYK 0.34 0 0.72 0.30
HSL 88.13º 0.56% 0.45% -
HSV(B) 88.13º 0.72% 0.7% -
XYZ 23.97 35.92 8.69 -
YUV 145.47 74.12 108.41 -
System Red Green Blue C M Y K H S L
Decimal 118 178 50 0.34 0 0.72 0.30 88.13 0.56 0.45
Hex 76 B2 32 22 0 48 1E 58 38 2D
Octal 166 262 62 42 0 110 36 130 70 55
Binary 1110110 10110010 110010 100010 0 1001000 11110 1011000 111000 101101

Color Harmonies of #76B232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B232

Black with #76B232

Text Example


Text Example

White with #76B232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,178,50); }

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

background-color css

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

 a { background-color: rgb(118,178,50); }

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

border-color css

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

 span { border-color: rgb(118,178,50); }

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