#85DF72

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

Shades of Pastel Green #85DF72

Tints of Pastel Green #85DF72

Color information

#85DF72 (or 0x85DF72) is unknown color: approx Pastel Green. HEX triplet: 85, DF and 72. RGB value is (133,223,114). Sum of RGB (Red+Green+Blue) = 133+223+114=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 223 (87.5% from 255 or 47.45% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 223 - color contains mainly: green. Hex color #85DF72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DF72 is #7A208D. Grayscale: #B8B8B8. Windows color (decimal): -8003726 or 7528325. OLE color: 7528325.

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

Color convert

RGB133223114-
CMYK0.4000.490.13
HSL109.54º63.01%66.08%-
HSV(B)109.54º48.88%87.45%-
XYZ39.158.9825.24-
YUV183.6688.6891.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 223 (87.5% from 255) = 47.45%
BLUE value IS 114 (44.92% from 255) = 24.26%
R=28.30%
G=47.45%
B=24.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1332231140.4000.490.13109.5463.0166.08
Hex85DF7228031D6e3f42
Octal205337162500611515677102
Binary100001011101111111100101010000110001110111011101111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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