#85F09A

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

Shades of Light Green #85F09A

Tints of Light Green #85F09A

Color information

#85F09A (or 0x85F09A) is unknown color: approx Light Green. HEX triplet: 85, F0 and 9A. RGB value is (133,240,154). Sum of RGB (Red+Green+Blue) = 133+240+154=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #85F09A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F09A is #7A0F65. Grayscale: #C6C6C6. Windows color (decimal): -7999334 or 10154117. OLE color: 10154117.

HSL color Cylindrical-coordinate representation of color #85F09A: hue angle of 131.78º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F09A is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB133240154-
CMYK0.4500.360.06
HSL131.78º78.1%73.14%-
HSV(B)131.78º44.58%94.12%-
XYZ46.6769.6441.55-
YUV198.2103.0581.49-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 240 (94.14% from 255) = 45.54%
BLUE value IS 154 (60.55% from 255) = 29.22%
R=25.24%
G=45.54%
B=29.22%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1332401540.4500.360.06131.7878.173.14
Hex85F09A2D0246844e49
Octal205360232550446204116111
Binary10000101111100001001101010110101001001101000010010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,240,154); }

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

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

 a { background-color: rgb(133,240,154); }

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

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

 span { border-color: rgb(133,240,154); }

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