#85F97B

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

Shades of Light Green #85F97B

Tints of Light Green #85F97B

Color information

#85F97B (or 0x85F97B) is unknown color: approx Light Green. HEX triplet: 85, F9 and 7B. RGB value is (133,249,123). Sum of RGB (Red+Green+Blue) = 133+249+123=505 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.34% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 123 (48.44% from 255 or 24.36% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #85F97B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F97B is #7A0684. Grayscale: #C8C8C8. Windows color (decimal): -7997061 or 8124805. OLE color: 8124805.

HSL color Cylindrical-coordinate representation of color #85F97B: hue angle of 115.24º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F97B is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB133249123-
CMYK0.4700.510.02
HSL115.24º91.3%72.94%-
HSV(B)115.24º50.6%97.65%-
XYZ47.1274.1730.57-
YUV199.9584.5780.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.34%
GREEN value IS 249 (97.66% from 255) = 49.31%
BLUE value IS 123 (48.44% from 255) = 24.36%
R=26.34%
G=49.31%
B=24.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332491230.4700.510.02115.2491.372.94
Hex85F97B2F0332735b49
Octal205371173570632163133111
Binary10000101111110011111011101111011001110111001110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85F97B; }

 p { color: rgb(133,249,123); }

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

<style>
 a { background-color: #85F97B; }

 a { background-color: rgb(133,249,123); }

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

<style>
 span { border-color: #85F97B; }

 span { border-color: rgb(133,249,123); }

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