Html Css Color HEX #85E578 Pastel Green

📋 copy color: '#85E578'

red 133 ◦ green 229 ◦ blue 120

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

Shades of Pastel Green #85E578

Tints of Pastel Green #85E578

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.51%

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

R = 27.59%
G = 47.51%
B = 24.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#85E578 (or 0x85E578) is known color: Pastel Green. HEX triplet: 85, E5 and 78. RGB value is (133,229,120). Sum of RGB (Red+Green+Blue) = 133+229+120=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #85E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85E578 is #7A1A87. Grayscale: #BCBCBC. Windows color (decimal): -8002184 or 7923077. OLE color: 7923077.

HSL color Cylindrical-coordinate representation of color #85E578: hue angle of 112.84º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85E578 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB 133 229 120 -
CMYK 0.42 0 0.48 0.10
HSL 112.84º 0.68% 0.68% -
HSV(B) 112.84º 0.48% 0.9% -
XYZ 41.08 62.38 27.64 -
YUV 187.87 89.7 88.86 -
System Red Green Blue C M Y K H S L
Decimal 133 229 120 0.42 0 0.48 0.10 112.84 0.68 0.68
Hex 85 E5 78 2A 0 30 A 71 44 44
Octal 205 345 170 52 0 60 12 161 104 104
Binary 10000101 11100101 1111000 101010 0 110000 1010 1110001 1000100 1000100

Color Harmonies of #85E578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85E578

Black with #85E578

Text Example


Text Example

White with #85E578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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