#85DF7E

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

Shades of Pastel Green #85DF7E

Tints of Pastel Green #85DF7E

Color information

#85DF7E (or 0x85DF7E) is unknown color: approx Pastel Green. HEX triplet: 85, DF and 7E. RGB value is (133,223,126). Sum of RGB (Red+Green+Blue) = 133+223+126=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DF7E is #7A2081. Grayscale: #B9B9B9. Windows color (decimal): -8003714 or 8314757. OLE color: 8314757.

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

Color convert

RGB133223126-
CMYK0.4000.430.13
HSL115.67º60.25%68.43%-
HSV(B)115.67º43.5%87.45%-
XYZ39.8359.2729.08-
YUV185.0394.6890.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=27.59%
G=46.27%
B=26.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231260.4000.430.13115.6760.2568.43
Hex85DF7E2802BD743c44
Octal205337176500531516474104
Binary100001011101111111111101010000101011110111101001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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