Html Css Color HEX #86C58F De York

📋 copy color: '#86C58F'

red 134 ◦ green 197 ◦ blue 143

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

Shades of De York #86C58F

Tints of De York #86C58F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.17%

R = 28.27%
G = 41.56%
B = 30.17%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#86C58F (or 0x86C58F) is known color: De York. HEX triplet: 86, C5 and 8F. RGB value is (134,197,143). Sum of RGB (Red+Green+Blue) = 134+197+143=474 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.27% from 474); Green value is 197 (77.34% from 255 or 41.56% from 474); Blue value is 143 (56.25% from 255 or 30.17% from 474); Max value from RGB is 197 - color contains mainly: green. Hex color #86C58F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86C58F is #793A70. Grayscale: #ACACAC. Windows color (decimal): -7944817 or 9422214. OLE color: 9422214.

HSL color Cylindrical-coordinate representation of color #86C58F: hue angle of 128.57º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86C58F is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB 134 197 143 -
CMYK 0.32 0 0.27 0.23
HSL 128.57º 0.35% 0.65% -
HSV(B) 128.57º 0.32% 0.77% -
XYZ 34.76 46.98 33.22 -
YUV 172.01 111.63 100.89 -
System Red Green Blue C M Y K H S L
Decimal 134 197 143 0.32 0 0.27 0.23 128.57 0.35 0.65
Hex 86 C5 8F 20 0 1B 17 81 23 41
Octal 206 305 217 40 0 33 27 201 43 101
Binary 10000110 11000101 10001111 100000 0 11011 10111 10000001 100011 1000001

Color Harmonies of #86C58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C58F

Black with #86C58F

Text Example


Text Example

White with #86C58F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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