#85DC6C

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

Shades of Pastel Green #85DC6C

Tints of Pastel Green #85DC6C

Color information

#85DC6C (or 0x85DC6C) is unknown color: approx Pastel Green. HEX triplet: 85, DC and 6C. RGB value is (133,220,108). Sum of RGB (Red+Green+Blue) = 133+220+108=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #85DC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85DC6C is #7A2393. Grayscale: #B5B5B5. Windows color (decimal): -8004500 or 7134341. OLE color: 7134341.

HSL color Cylindrical-coordinate representation of color #85DC6C: hue angle of 106.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85DC6C is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB133220108-
CMYK0.4000.510.14
HSL106.61º61.54%64.31%-
HSV(B)106.61º50.91%86.27%-
XYZ37.9757.2623.24-
YUV181.2286.6893.61-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 220 (86.33% from 255) = 47.72%
BLUE value IS 108 (42.58% from 255) = 23.43%
R=28.85%
G=47.72%
B=23.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332201080.4000.510.14106.6161.5464.31
Hex85DC6C28033E6b3e40
Octal205334154500631615376100
Binary100001011101110011011001010000110011111011010111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,220,108); }

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

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

 a { background-color: rgb(133,220,108); }

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

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

 span { border-color: rgb(133,220,108); }

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