#85E167

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

Shades of Pastel Green #85E167

Tints of Pastel Green #85E167

Color information

#85E167 (or 0x85E167) is unknown color: approx Pastel Green. HEX triplet: 85, E1 and 67. RGB value is (133,225,103). Sum of RGB (Red+Green+Blue) = 133+225+103=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 225 (88.28% from 255 or 48.81% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 225 - color contains mainly: green. Hex color #85E167 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E167 is #7A1E98. Grayscale: #B7B7B7. Windows color (decimal): -8003225 or 6807941. OLE color: 6807941.

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

Color convert

RGB133225103-
CMYK0.4100.540.12
HSL105.25º67.03%64.31%-
HSV(B)105.25º54.22%88.24%-
XYZ39.0559.8222.32-
YUV183.5882.5291.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 225 (88.28% from 255) = 48.81%
BLUE value IS 103 (40.62% from 255) = 22.34%
R=28.85%
G=48.81%
B=22.34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1332251030.4100.540.12105.2567.0364.31
Hex85E16729036C694340
Octal2053411475106614151103100
Binary1000010111100001110011110100101101101100110100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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