Html Css Color HEX #85D877 Pastel Green

📋 copy color: '#85D877'

red 133 ◦ green 216 ◦ blue 119

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

Shades of Pastel Green #85D877

Tints of Pastel Green #85D877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 28.42%
G = 46.15%
B = 25.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#85D877 (or 0x85D877) is known color: Pastel Green. HEX triplet: 85, D8 and 77. RGB value is (133,216,119). Sum of RGB (Red+Green+Blue) = 133+216+119=468 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.42% from 468); Green value is 216 (84.77% from 255 or 46.15% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 216 - color contains mainly: green. Hex color #85D877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D877 is #7A2788. Grayscale: #B4B4B4. Windows color (decimal): -8005513 or 7854213. OLE color: 7854213.

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

Color convert

RGB 133 216 119 -
CMYK 0.38 0 0.45 0.15
HSL 111.34º 0.55% 0.66% -
HSV(B) 111.34º 0.45% 0.85% -
XYZ 37.56 55.43 26.17 -
YUV 180.13 93.5 94.39 -
System Red Green Blue C M Y K H S L
Decimal 133 216 119 0.38 0 0.45 0.15 111.34 0.55 0.66
Hex 85 D8 77 26 0 2D F 6F 37 42
Octal 205 330 167 46 0 55 17 157 67 102
Binary 10000101 11011000 1110111 100110 0 101101 1111 1101111 110111 1000010

Color Harmonies of #85D877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D877

Black with #85D877

Text Example


Text Example

White with #85D877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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