#85FD93

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

Shades of Light Green #85FD93

Tints of Light Green #85FD93

Color information

#85FD93 (or 0x85FD93) is unknown color: approx Light Green. HEX triplet: 85, FD and 93. RGB value is (133,253,147). Sum of RGB (Red+Green+Blue) = 133+253+147=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 253 (99.22% from 255 or 47.47% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 253 - color contains mainly: green. Hex color #85FD93 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FD93 is #7A026C. Grayscale: #CDCDCD. Windows color (decimal): -7996013 or 9698693. OLE color: 9698693.

HSL color Cylindrical-coordinate representation of color #85FD93: hue angle of 127º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FD93 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB133253147-
CMYK0.4700.420.01
HSL127º96.77%75.69%-
HSV(B)127º47.43%99.22%-
XYZ50.0677.3439.89-
YUV205.0495.2476.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 253 (99.22% from 255) = 47.47%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=24.95%
G=47.47%
B=27.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332531470.4700.420.0112796.7775.69
Hex85FD932F02A17f614c
Octal205375223570521177141114
Binary10000101111111011001001110111101010101111111111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,253,147); }

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

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

 a { background-color: rgb(133,253,147); }

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

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

 span { border-color: rgb(133,253,147); }

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