#85E290

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

Shades of Light Green #85E290

Tints of Light Green #85E290

Color information

#85E290 (or 0x85E290) is unknown color: approx Light Green. HEX triplet: 85, E2 and 90. RGB value is (133,226,144). Sum of RGB (Red+Green+Blue) = 133+226+144=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #85E290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E290 is #7A1D6F. Grayscale: #BDBDBD. Windows color (decimal): -8002928 or 9495173. OLE color: 9495173.

HSL color Cylindrical-coordinate representation of color #85E290: hue angle of 127.1º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85E290 is Cyan = 0.41, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB133226144-
CMYK0.4100.360.11
HSL127.1º61.59%70.39%-
HSV(B)127.1º41.15%88.63%-
XYZ41.961.3936.03-
YUV188.84102.6988.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 226 (88.67% from 255) = 44.93%
BLUE value IS 144 (56.64% from 255) = 28.63%
R=26.44%
G=44.93%
B=28.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332261440.4100.360.11127.161.5970.39
Hex85E29029024B7f3e46
Octal205342220510441317776106
Binary1000010111100010100100001010010100100101111111111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,226,144); }

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

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

 a { background-color: rgb(133,226,144); }

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

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

 span { border-color: rgb(133,226,144); }

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