#85DE83

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

Shades of Pastel Green #85DE83

Tints of Pastel Green #85DE83

Color information

#85DE83 (or 0x85DE83) is unknown color: approx Pastel Green. HEX triplet: 85, DE and 83. RGB value is (133,222,131). Sum of RGB (Red+Green+Blue) = 133+222+131=486 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.37% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DE83 is #7A217C. Grayscale: #B9B9B9. Windows color (decimal): -8003965 or 8642181. OLE color: 8642181.

HSL color Cylindrical-coordinate representation of color #85DE83: hue angle of 118.68º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85DE83 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB133222131-
CMYK0.4000.410.13
HSL118.68º57.96%69.22%-
HSV(B)118.68º40.99%87.06%-
XYZ39.8958.8730.73-
YUV185.0297.5190.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.37%
GREEN value IS 222 (87.11% from 255) = 45.68%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=27.37%
G=45.68%
B=26.95%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221310.4000.410.13118.6857.9669.22
Hex85DE8328029D773a45
Octal205336203500511516772105
Binary1000010111011110100000111010000101001110111101111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,222,131); }

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

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

 a { background-color: rgb(133,222,131); }

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

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

 span { border-color: rgb(133,222,131); }

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