#85FE91

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

Shades of Light Green #85FE91

Tints of Light Green #85FE91

Color information

#85FE91 (or 0x85FE91) is unknown color: approx Light Green. HEX triplet: 85, FE and 91. RGB value is (133,254,145). Sum of RGB (Red+Green+Blue) = 133+254+145=532 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25% from 532); Green value is 254 (99.61% from 255 or 47.74% from 532); Blue value is 145 (57.03% from 255 or 27.26% from 532); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE91 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE91 is #7A016E. Grayscale: #CDCDCD. Windows color (decimal): -7995759 or 9567877. OLE color: 9567877.

HSL color Cylindrical-coordinate representation of color #85FE91: hue angle of 125.95º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FE91 is Cyan = 0.48, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB133254145-
CMYK0.4800.430.00
HSL125.95º98.37%75.88%-
HSV(B)125.95º47.64%99.61%-
XYZ50.2377.9139.18-
YUV205.493.9176.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25%
GREEN value IS 254 (99.61% from 255) = 47.74%
BLUE value IS 145 (57.03% from 255) = 27.26%
R=25%
G=47.74%
B=27.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541450.4800.430.00125.9598.3775.88
Hex85FE913002B07e624c
Octal205376221600530176142114
Binary10000101111111101001000111000001010110111111011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,254,145); }

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

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

 a { background-color: rgb(133,254,145); }

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

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

 span { border-color: rgb(133,254,145); }

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