#85E969

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

Shades of Pastel Green #85E969

Tints of Pastel Green #85E969

Color information

#85E969 (or 0x85E969) is unknown color: approx Pastel Green. HEX triplet: 85, E9 and 69. RGB value is (133,233,105). Sum of RGB (Red+Green+Blue) = 133+233+105=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 105 (41.41% from 255 or 22.29% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #85E969 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E969 is #7A1696. Grayscale: #BCBCBC. Windows color (decimal): -8001175 or 6941061. OLE color: 6941061.

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

Color convert

RGB133233105-
CMYK0.4300.550.09
HSL106.88º74.42%66.27%-
HSV(B)106.88º54.94%91.37%-
XYZ41.3664.2823.59-
YUV188.5180.8788.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 233 (91.41% from 255) = 49.47%
BLUE value IS 105 (41.41% from 255) = 22.29%
R=28.24%
G=49.47%
B=22.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1332331050.4300.550.09106.8874.4266.27
Hex85E9692B03796b4a42
Octal2053511515306711153112102
Binary1000010111101001110100110101101101111001110101110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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