#85E166

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

Shades of Pastel Green #85E166

Tints of Pastel Green #85E166

Color information

#85E166 (or 0x85E166) is unknown color: approx Pastel Green. HEX triplet: 85, E1 and 66. RGB value is (133,225,102). Sum of RGB (Red+Green+Blue) = 133+225+102=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 225 (88.28% from 255 or 48.91% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 225 - color contains mainly: green. Hex color #85E166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E166 is #7A1E99. Grayscale: #B7B7B7. Windows color (decimal): -8003226 or 6742405. OLE color: 6742405.

HSL color Cylindrical-coordinate representation of color #85E166: hue angle of 104.88º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #85E166 is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB133225102-
CMYK0.4100.550.12
HSL104.88º67.21%64.12%-
HSV(B)104.88º54.67%88.24%-
XYZ3959.822.06-
YUV183.4782.0292-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 225 (88.28% from 255) = 48.91%
BLUE value IS 102 (40.23% from 255) = 22.17%
R=28.91%
G=48.91%
B=22.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251020.4100.550.12104.8867.2164.12
Hex85E16629037C694340
Octal2053411465106714151103100
Binary1000010111100001110011010100101101111100110100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,225,102); }

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

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

 a { background-color: rgb(133,225,102); }

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

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

 span { border-color: rgb(133,225,102); }

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