#85ED69

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

Shades of Pastel Green #85ED69

Tints of Pastel Green #85ED69

Color information

#85ED69 (or 0x85ED69) is unknown color: approx Pastel Green. HEX triplet: 85, ED and 69. RGB value is (133,237,105). Sum of RGB (Red+Green+Blue) = 133+237+105=475 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28% from 475); Green value is 237 (92.97% from 255 or 49.89% from 475); Blue value is 105 (41.41% from 255 or 22.11% from 475); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85ED69 is #7A1296. Grayscale: #BFBFBF. Windows color (decimal): -8000151 or 6942085. OLE color: 6942085.

HSL color Cylindrical-coordinate representation of color #85ED69: hue angle of 107.27º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #85ED69 is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB133237105-
CMYK0.4400.560.07
HSL107.27º78.57%67.06%-
HSV(B)107.27º55.7%92.94%-
XYZ42.5166.5723.97-
YUV190.8679.5486.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28%
GREEN value IS 237 (92.97% from 255) = 49.89%
BLUE value IS 105 (41.41% from 255) = 22.11%
R=28%
G=49.89%
B=22.11%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371050.4400.560.07107.2778.5767.06
Hex85ED692C03876b4f43
Octal205355151540707153117103
Binary100001011110110111010011011000111000111110101110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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