Html Css Color HEX #86C578 De York

📋 copy color: '#86C578'

red 134 ◦ green 197 ◦ blue 120

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

Shades of De York #86C578

Tints of De York #86C578

RGB

 RED value IS 134 (52.73% from 255) = 29.71%

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

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

R = 29.71%
G = 43.68%
B = 26.61%

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

#86C578 (or 0x86C578) is known color: De York. HEX triplet: 86, C5 and 78. RGB value is (134,197,120). Sum of RGB (Red+Green+Blue) = 134+197+120=451 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.71% from 451); Green value is 197 (77.34% from 255 or 43.68% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 197 - color contains mainly: green. Hex color #86C578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86C578 is #793A87. Grayscale: #A9A9A9. Windows color (decimal): -7944840 or 7914886. OLE color: 7914886.

HSL color Cylindrical-coordinate representation of color #86C578: hue angle of 109.09º 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 #86C578 is Cyan = 0.32, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 197 120 -
CMYK 0.32 0 0.39 0.23
HSL 109.09º 0.4% 0.62% -
HSV(B) 109.09º 0.39% 0.77% -
XYZ 33.19 46.36 24.97 -
YUV 169.39 100.13 102.76 -
System Red Green Blue C M Y K H S L
Decimal 134 197 120 0.32 0 0.39 0.23 109.09 0.4 0.62
Hex 86 C5 78 20 0 27 17 6D 28 3E
Octal 206 305 170 40 0 47 27 155 50 76
Binary 10000110 11000101 1111000 100000 0 100111 10111 1101101 101000 111110

Color Harmonies of #86C578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C578

Black with #86C578

Text Example


Text Example

White with #86C578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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