Html Css Color HEX #85D175 Pastel Green

📋 copy color: '#85D175'

red 133 ◦ green 209 ◦ blue 117

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

Shades of Pastel Green #85D175

Tints of Pastel Green #85D175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.53%

 BLUE value IS 117 (46.09% from 255) = 25.49%

R = 28.98%
G = 45.53%
B = 25.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#85D175 (or 0x85D175) is known color: Pastel Green. HEX triplet: 85, D1 and 75. RGB value is (133,209,117). Sum of RGB (Red+Green+Blue) = 133+209+117=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 209 (82.03% from 255 or 45.53% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 209 - color contains mainly: green. Hex color #85D175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D175 is #7A2E8A. Grayscale: #B0B0B0. Windows color (decimal): -8007307 or 7721349. OLE color: 7721349.

HSL color Cylindrical-coordinate representation of color #85D175: hue angle of 109.57º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #85D175 is Cyan = 0.36, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 133 209 117 -
CMYK 0.36 0 0.44 0.18
HSL 109.57º 0.5% 0.64% -
HSV(B) 109.57º 0.44% 0.82% -
XYZ 35.68 51.87 24.96 -
YUV 175.79 94.82 97.48 -
System Red Green Blue C M Y K H S L
Decimal 133 209 117 0.36 0 0.44 0.18 109.57 0.5 0.64
Hex 85 D1 75 24 0 2C 12 6E 32 40
Octal 205 321 165 44 0 54 22 156 62 100
Binary 10000101 11010001 1110101 100100 0 101100 10010 1101110 110010 1000000

Color Harmonies of #85D175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D175

Black with #85D175

Text Example


Text Example

White with #85D175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,209,117); }

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

background-color css

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

 a { background-color: rgb(133,209,117); }

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

border-color css

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

 span { border-color: rgb(133,209,117); }

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