Html Css Color HEX #85E178 Pastel Green

📋 copy color: '#85E178'

red 133 ◦ green 225 ◦ blue 120

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

Shades of Pastel Green #85E178

Tints of Pastel Green #85E178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.1%

R = 27.82%
G = 47.07%
B = 25.1%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#85E178 (or 0x85E178) is known color: Pastel Green. HEX triplet: 85, E1 and 78. RGB value is (133,225,120). Sum of RGB (Red+Green+Blue) = 133+225+120=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 120 (47.27% from 255 or 25.10% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #85E178 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E178 is #7A1E87. Grayscale: #B9B9B9. Windows color (decimal): -8003208 or 7922053. OLE color: 7922053.

HSL color Cylindrical-coordinate representation of color #85E178: hue angle of 112.57º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85E178 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 225 120 -
CMYK 0.41 0 0.47 0.12
HSL 112.57º 0.64% 0.68% -
HSV(B) 112.57º 0.47% 0.88% -
XYZ 39.99 60.19 27.28 -
YUV 185.52 91.02 90.54 -
System Red Green Blue C M Y K H S L
Decimal 133 225 120 0.41 0 0.47 0.12 112.57 0.64 0.68
Hex 85 E1 78 29 0 2F C 71 40 44
Octal 205 341 170 51 0 57 14 161 100 104
Binary 10000101 11100001 1111000 101001 0 101111 1100 1110001 1000000 1000100

Color Harmonies of #85E178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E178

Black with #85E178

Text Example


Text Example

White with #85E178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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