#85FE8D

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

Shades of Light Green #85FE8D

Tints of Light Green #85FE8D

Color information

#85FE8D (or 0x85FE8D) is unknown color: approx Light Green. HEX triplet: 85, FE and 8D. RGB value is (133,254,141). Sum of RGB (Red+Green+Blue) = 133+254+141=528 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.19% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE8D is #7A0172. Grayscale: #CDCDCD. Windows color (decimal): -7995763 or 9305733. OLE color: 9305733.

HSL color Cylindrical-coordinate representation of color #85FE8D: hue angle of 123.97º 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 #85FE8D is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB133254141-
CMYK0.4800.440.00
HSL123.97º98.37%75.88%-
HSV(B)123.97º47.64%99.61%-
XYZ49.9277.7937.58-
YUV204.9491.9176.69-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.19%
GREEN value IS 254 (99.61% from 255) = 48.11%
BLUE value IS 141 (55.47% from 255) = 26.70%
R=25.19%
G=48.11%
B=26.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541410.4800.440.00123.9798.3775.88
Hex85FE8D3002C07c624c
Octal205376215600540174142114
Binary10000101111111101000110111000001011000111110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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