Html Css Color HEX #76BC32 Lima

📋 copy color: '#76BC32'

red 118 ◦ green 188 ◦ blue 50

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

Shades of Lima #76BC32

Tints of Lima #76BC32

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.81%

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

R = 33.15%
G = 52.81%
B = 14.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#76BC32 (or 0x76BC32) is known color: Lima. HEX triplet: 76, BC and 32. RGB value is (118,188,50). Sum of RGB (Red+Green+Blue) = 118+188+50=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #76BC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BC32 is #8943CD. Grayscale: #979797. Windows color (decimal): -8995790 or 3325046. OLE color: 3325046.

HSL color Cylindrical-coordinate representation of color #76BC32: hue angle of 90.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76BC32 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 118 188 50 -
CMYK 0.37 0 0.73 0.26
HSL 90.43º 0.58% 0.47% -
HSV(B) 90.43º 0.73% 0.74% -
XYZ 26.03 40.05 9.38 -
YUV 151.34 70.81 104.22 -
System Red Green Blue C M Y K H S L
Decimal 118 188 50 0.37 0 0.73 0.26 90.43 0.58 0.47
Hex 76 BC 32 25 0 49 1A 5A 3A 2F
Octal 166 274 62 45 0 111 32 132 72 57
Binary 1110110 10111100 110010 100101 0 1001001 11010 1011010 111010 101111

Color Harmonies of #76BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76BC32

Black with #76BC32

Text Example


Text Example

White with #76BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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