#85DB7E

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

Shades of Pastel Green #85DB7E

Tints of Pastel Green #85DB7E

Color information

#85DB7E (or 0x85DB7E) is unknown color: approx Pastel Green. HEX triplet: 85, DB and 7E. RGB value is (133,219,126). Sum of RGB (Red+Green+Blue) = 133+219+126=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DB7E is #7A2481. Grayscale: #B6B6B6. Windows color (decimal): -8004738 or 8313733. OLE color: 8313733.

HSL color Cylindrical-coordinate representation of color #85DB7E: hue angle of 115.48º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85DB7E is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB133219126-
CMYK0.3900.420.14
HSL115.48º56.36%67.65%-
HSV(B)115.48º42.47%85.88%-
XYZ38.7757.1628.73-
YUV182.6896.0192.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.82%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 126 (49.61% from 255) = 26.36%
R=27.82%
G=45.82%
B=26.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191260.3900.420.14115.4856.3667.65
Hex85DB7E2702AE733844
Octal205333176470521616370104
Binary100001011101101111111101001110101010111011100111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DB7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,219,126); }

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

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

 a { background-color: rgb(133,219,126); }

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

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

 span { border-color: rgb(133,219,126); }

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