#76F885

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

Shades of Light Green #76F885

Tints of Light Green #76F885

Color information

#76F885 (or 0x76F885) is unknown color: approx Light Green. HEX triplet: 76, F8 and 85. RGB value is (118,248,133). Sum of RGB (Red+Green+Blue) = 118+248+133=499 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.65% from 499); Green value is 248 (97.27% from 255 or 49.70% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 248 - color contains mainly: green. Hex color #76F885 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76F885 is #89077A. Grayscale: #C4C4C4. Windows color (decimal): -8980347 or 8779894. OLE color: 8779894.

HSL color Cylindrical-coordinate representation of color #76F885: hue angle of 126.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F885 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB118248133-
CMYK0.5200.460.03
HSL126.92º90.28%71.76%-
HSV(B)126.92º52.42%97.25%-
XYZ45.2772.6833.83-
YUV196.0292.4372.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.65%
GREEN value IS 248 (97.27% from 255) = 49.70%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=23.65%
G=49.70%
B=26.65%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182481330.5200.460.03126.9290.2871.76
Hex76F8853402E37f5a48
Octal166370205640563177132110
Binary11101101111100010000101110100010111011111111110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,248,133); }

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

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

 a { background-color: rgb(118,248,133); }

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

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

 span { border-color: rgb(118,248,133); }

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