Html Css Color HEX #85D879 Pastel Green

📋 copy color: '#85D879'

red 133 ◦ green 216 ◦ blue 121

#85D879
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #85D879

Tints of Pastel Green #85D879

RGB

 RED value IS 133 (52.34% from 255) = 28.3%

 GREEN value IS 216 (84.77% from 255) = 45.96%

 BLUE value IS 121 (47.66% from 255) = 25.74%

R = 28.3%
G = 45.96%
B = 25.74%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#85D879 (or 0x85D879) is known color: Pastel Green. HEX triplet: 85, D8 and 79. RGB value is (133,216,121). Sum of RGB (Red+Green+Blue) = 133+216+121=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 121 (47.66% from 255 or 25.74% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #85D879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D879 is #7A2786. Grayscale: #B4B4B4. Windows color (decimal): -8005511 or 7985285. OLE color: 7985285.

HSL color Cylindrical-coordinate representation of color #85D879: hue angle of 112.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D879 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 133 216 121 -
CMYK 0.38 0 0.44 0.15
HSL 112.42º 0.55% 0.66% -
HSV(B) 112.42º 0.44% 0.85% -
XYZ 37.68 55.48 26.81 -
YUV 180.35 94.5 94.22 -
System Red Green Blue C M Y K H S L
Decimal 133 216 121 0.38 0 0.44 0.15 112.42 0.55 0.66
Hex 85 D8 79 26 0 2C F 70 37 42
Octal 205 330 171 46 0 54 17 160 67 102
Binary 10000101 11011000 1111001 100110 0 101100 1111 1110000 110111 1000010

Color Harmonies of #85D879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D879

Black with #85D879

Text Example


Text Example

White with #85D879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,216,121); }

 H1.HeaderClassName
 {
   color: #85D879;
 }
 .AnyTagClassName
 {
   color: #85D879;
 }
</style>

background-color css

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

 a { background-color: rgb(133,216,121); }

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

border-color css

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

 span { border-color: rgb(133,216,121); }

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