#85FE8E

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

Shades of Light Green #85FE8E

Tints of Light Green #85FE8E

Color information

#85FE8E (or 0x85FE8E) is unknown color: approx Light Green. HEX triplet: 85, FE and 8E. RGB value is (133,254,142). Sum of RGB (Red+Green+Blue) = 133+254+142=529 (70% of max value = 765). Red value is 133 (52.34% from 255 or 25.14% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 142 (55.86% from 255 or 26.84% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FE8E is #7A0171. Grayscale: #CDCDCD. Windows color (decimal): -7995762 or 9371269. OLE color: 9371269.

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

Color convert

RGB133254142-
CMYK0.4800.440.00
HSL124.46º98.37%75.88%-
HSV(B)124.46º47.64%99.61%-
XYZ5077.8237.98-
YUV205.0592.4176.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.14%
GREEN value IS 254 (99.61% from 255) = 48.02%
BLUE value IS 142 (55.86% from 255) = 26.84%
R=25.14%
G=48.02%
B=26.84%

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
Decimal1332541420.4800.440.00124.4698.3775.88
Hex85FE8E3002C07c624c
Octal205376216600540174142114
Binary10000101111111101000111011000001011000111110011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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