#85FA90

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

Shades of Light Green #85FA90

Tints of Light Green #85FA90

Color information

#85FA90 (or 0x85FA90) is unknown color: approx Light Green. HEX triplet: 85, FA and 90. RGB value is (133,250,144). Sum of RGB (Red+Green+Blue) = 133+250+144=527 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.24% from 527); Green value is 250 (98.05% from 255 or 47.44% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 250 - color contains mainly: green. Hex color #85FA90 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FA90 is #7A056F. Grayscale: #CBCBCB. Windows color (decimal): -7996784 or 9501317. OLE color: 9501317.

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

Color convert

RGB133250144-
CMYK0.4700.420.02
HSL125.64º92.13%75.1%-
HSV(B)125.64º46.8%98.04%-
XYZ48.8975.3738.36-
YUV202.9394.7478.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.24%
GREEN value IS 250 (98.05% from 255) = 47.44%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=25.24%
G=47.44%
B=27.32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332501440.4700.420.02125.6492.1375.1
Hex85FA902F02A27e5c4b
Octal205372220570522176134113
Binary100001011111101010010000101111010101010111111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,250,144); }

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

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

 a { background-color: rgb(133,250,144); }

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

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

 span { border-color: rgb(133,250,144); }

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