#85F296

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

Shades of Light Green #85F296

Tints of Light Green #85F296

Color information

#85F296 (or 0x85F296) is unknown color: approx Light Green. HEX triplet: 85, F2 and 96. RGB value is (133,242,150). Sum of RGB (Red+Green+Blue) = 133+242+150=525 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.33% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 150 (58.98% from 255 or 28.57% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #85F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F296 is #7A0D69. Grayscale: #C7C7C7. Windows color (decimal): -7998826 or 9892485. OLE color: 9892485.

HSL color Cylindrical-coordinate representation of color #85F296: hue angle of 129.36º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F296 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB133242150-
CMYK0.4500.380.05
HSL129.36º80.74%73.53%-
HSV(B)129.36º45.04%94.9%-
XYZ46.9370.6940.03-
YUV198.92100.3980.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.33%
GREEN value IS 242 (94.92% from 255) = 46.10%
BLUE value IS 150 (58.98% from 255) = 28.57%
R=25.33%
G=46.10%
B=28.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1332421500.4500.380.05129.3680.7473.53
Hex85F2962D026581514a
Octal205362226550465201121112
Binary10000101111100101001011010110101001101011000000110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,242,150); }

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

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

 a { background-color: rgb(133,242,150); }

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

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

 span { border-color: rgb(133,242,150); }

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