Html Css Color HEX #85C578 De York

📋 copy color: '#85C578'

red 133 ◦ green 197 ◦ blue 120

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

Shades of De York #85C578

Tints of De York #85C578

RGB

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

 GREEN value IS 197 (77.34% from 255) = 43.78%

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

R = 29.56%
G = 43.78%
B = 26.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#85C578 (or 0x85C578) is known color: De York. HEX triplet: 85, C5 and 78. RGB value is (133,197,120). Sum of RGB (Red+Green+Blue) = 133+197+120=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 197 (77.34% from 255 or 43.78% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 197 - color contains mainly: green. Hex color #85C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85C578 is #7A3A87. Grayscale: #A9A9A9. Windows color (decimal): -8010376 or 7914885. OLE color: 7914885.

HSL color Cylindrical-coordinate representation of color #85C578: hue angle of 109.87º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85C578 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 197 120 -
CMYK 0.32 0 0.39 0.23
HSL 109.87º 0.4% 0.62% -
HSV(B) 109.87º 0.39% 0.77% -
XYZ 33.03 46.28 24.96 -
YUV 169.09 100.3 102.26 -
System Red Green Blue C M Y K H S L
Decimal 133 197 120 0.32 0 0.39 0.23 109.87 0.4 0.62
Hex 85 C5 78 20 0 27 17 6E 28 3E
Octal 205 305 170 40 0 47 27 156 50 76
Binary 10000101 11000101 1111000 100000 0 100111 10111 1101110 101000 111110

Color Harmonies of #85C578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C578

Black with #85C578

Text Example


Text Example

White with #85C578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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