Html Css Color HEX #8FCA86 De York

📋 copy color: '#8FCA86'

red 143 ◦ green 202 ◦ blue 134

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

Shades of De York #8FCA86

Tints of De York #8FCA86

RGB

 RED value IS 143 (56.25% from 255) = 29.85%

 GREEN value IS 202 (79.3% from 255) = 42.17%

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 29.85%
G = 42.17%
B = 27.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#8FCA86 (or 0x8FCA86) is known color: De York. HEX triplet: 8F, CA and 86. RGB value is (143,202,134). Sum of RGB (Red+Green+Blue) = 143+202+134=479 (63% of max value = 765). Red value is 143 (56.25% from 255 or 29.85% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCA86 is #703579. Grayscale: #B0B0B0. Windows color (decimal): -7353722 or 8833679. OLE color: 8833679.

HSL color Cylindrical-coordinate representation of color #8FCA86: hue angle of 112.06º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FCA86 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 143 202 134 -
CMYK 0.29 0 0.34 0.21
HSL 112.06º 0.39% 0.66% -
HSV(B) 112.06º 0.34% 0.79% -
XYZ 36.75 49.8 30.23 -
YUV 176.61 103.95 104.03 -
System Red Green Blue C M Y K H S L
Decimal 143 202 134 0.29 0 0.34 0.21 112.06 0.39 0.66
Hex 8F CA 86 1D 0 22 15 70 27 42
Octal 217 312 206 35 0 42 25 160 47 102
Binary 10001111 11001010 10000110 11101 0 100010 10101 1110000 100111 1000010

Color Harmonies of #8FCA86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FCA86

Black with #8FCA86

Text Example


Text Example

White with #8FCA86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FCA86; }

 p { color: rgb(143,202,134); }

 H1.HeaderClassName
 {
   color: #8FCA86;
 }
 .AnyTagClassName
 {
   color: #8FCA86;
 }
</style>

background-color css

<style>
 a { background-color: #8FCA86; }

 a { background-color: rgb(143,202,134); }

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

border-color css

<style>
 span { border-color: #8FCA86; }

 span { border-color: rgb(143,202,134); }

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