#85FE75

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

Shades of Light Green #85FE75

Tints of Light Green #85FE75

Color information

#85FE75 (or 0x85FE75) is unknown color: approx Light Green. HEX triplet: 85, FE and 75. RGB value is (133,254,117). Sum of RGB (Red+Green+Blue) = 133+254+117=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 117 (46.09% from 255 or 23.21% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FE75 is #7A018A. Grayscale: #CACACA. Windows color (decimal): -7995787 or 7732869. OLE color: 7732869.

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

Color convert

RGB133254117-
CMYK0.4800.540.00
HSL112.99º98.56%72.75%-
HSV(B)112.99º53.94%99.61%-
XYZ48.3377.1529.17-
YUV202.279.9178.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 254 (99.61% from 255) = 50.40%
BLUE value IS 117 (46.09% from 255) = 23.21%
R=26.39%
G=50.40%
B=23.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1332541170.4800.540.00112.9998.5672.75
Hex85FE75300360716349
Octal205376165600660161143111
Binary1000010111111110111010111000001101100111000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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