Html Css Color HEX #85E171 Pastel Green

📋 copy color: '#85E171'

red 133 ◦ green 225 ◦ blue 113

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

Shades of Pastel Green #85E171

Tints of Pastel Green #85E171

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.77%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 28.24%
G = 47.77%
B = 23.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#85E171 (or 0x85E171) is known color: Pastel Green. HEX triplet: 85, E1 and 71. RGB value is (133,225,113). Sum of RGB (Red+Green+Blue) = 133+225+113=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 225 (88.28% from 255 or 47.77% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 225 - color contains mainly: green. Hex color #85E171 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E171 is #7A1E8E. Grayscale: #B9B9B9. Windows color (decimal): -8003215 or 7463301. OLE color: 7463301.

HSL color Cylindrical-coordinate representation of color #85E171: hue angle of 109.29º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85E171 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 113 -
CMYK 0.41 0 0.50 0.12
HSL 109.29º 0.65% 0.66% -
HSV(B) 109.29º 0.5% 0.88% -
XYZ 39.58 60.03 25.12 -
YUV 184.72 87.52 91.11 -
System Red Green Blue C M Y K H S L
Decimal 133 225 113 0.41 0 0.50 0.12 109.29 0.65 0.66
Hex 85 E1 71 29 0 32 C 6D 41 42
Octal 205 341 161 51 0 62 14 155 101 102
Binary 10000101 11100001 1110001 101001 0 110010 1100 1101101 1000001 1000010

Color Harmonies of #85E171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E171

Black with #85E171

Text Example


Text Example

White with #85E171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,225,113); }

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

background-color css

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

 a { background-color: rgb(133,225,113); }

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

border-color css

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

 span { border-color: rgb(133,225,113); }

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