#85E967

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

Shades of Pastel Green #85E967

Tints of Pastel Green #85E967

Color information

#85E967 (or 0x85E967) is unknown color: approx Pastel Green. HEX triplet: 85, E9 and 67. RGB value is (133,233,103). Sum of RGB (Red+Green+Blue) = 133+233+103=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 233 (91.41% from 255 or 49.68% from 469); Blue value is 103 (40.62% from 255 or 21.96% from 469); Max value from RGB is 233 - color contains mainly: green. Hex color #85E967 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E967 is #7A1698. Grayscale: #BCBCBC. Windows color (decimal): -8001177 or 6809989. OLE color: 6809989.

HSL color Cylindrical-coordinate representation of color #85E967: hue angle of 106.15º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85E967 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB133233103-
CMYK0.4300.560.09
HSL106.15º74.71%65.88%-
HSV(B)106.15º55.79%91.37%-
XYZ41.2664.2423.06-
YUV188.2879.8788.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 233 (91.41% from 255) = 49.68%
BLUE value IS 103 (40.62% from 255) = 21.96%
R=28.36%
G=49.68%
B=21.96%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331030.4300.560.09106.1574.7165.88
Hex85E9672B03896a4b42
Octal2053511475307011152113102
Binary1000010111101001110011110101101110001001110101010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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