#76E232

Color #76E232 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #76E232

Tints of Yellow Green #76E232

Color information

#76E232 (or 0x76E232) is unknown color: approx Yellow Green. HEX triplet: 76, E2 and 32. RGB value is (118,226,50). Sum of RGB (Red+Green+Blue) = 118+226+50=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 226 (88.67% from 255 or 57.36% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 226 - color contains mainly: green. Hex color #76E232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E232 is #891DCD. Grayscale: #AEAEAE. Windows color (decimal): -8986062 or 3334774. OLE color: 3334774.

HSL color Cylindrical-coordinate representation of color #76E232: hue angle of 96.82º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #76E232 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB11822650-
CMYK0.4800.780.11
HSL96.82º75.21%54.12%-
HSV(B)96.82º77.88%88.63%-
XYZ35.2458.4712.45-
YUV173.6458.2288.31-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 29.95%
GREEN value IS 226 (88.67% from 255) = 57.36%
BLUE value IS 50 (19.92% from 255) = 12.69%
R=29.95%
G=57.36%
B=12.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118226500.4800.780.1196.8275.2154.12
Hex76E2323004EB614b36
Octal166342626001161314111366
Binary11101101110001011001011000001001110101111000011001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #76E232;
 }
 .AnyTagClassName
 {
   color: #76E232;
 }
</style>
background-color css

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

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

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

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

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

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