#85DE6E

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

Shades of Pastel Green #85DE6E

Tints of Pastel Green #85DE6E

Color information

#85DE6E (or 0x85DE6E) is unknown color: approx Pastel Green. HEX triplet: 85, DE and 6E. RGB value is (133,222,110). Sum of RGB (Red+Green+Blue) = 133+222+110=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 222 - color contains mainly: green. Hex color #85DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DE6E is #7A2191. Grayscale: #B6B6B6. Windows color (decimal): -8003986 or 7265925. OLE color: 7265925.

HSL color Cylindrical-coordinate representation of color #85DE6E: hue angle of 107.68º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85DE6E is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB133222110-
CMYK0.4000.500.13
HSL107.68º62.92%65.1%-
HSV(B)107.68º50.45%87.06%-
XYZ38.6158.3523.98-
YUV182.6287.0192.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 222 (87.11% from 255) = 47.74%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=28.60%
G=47.74%
B=23.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332221100.4000.500.13107.6862.9265.1
Hex85DE6E28032D6c3f41
Octal205336156500621515477101
Binary100001011101111011011101010000110010110111011001111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DE6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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