Html Css Color HEX #86D37B De York

📋 copy color: '#86D37B'

red 134 ◦ green 211 ◦ blue 123

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

Shades of De York #86D37B

Tints of De York #86D37B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.09%

 BLUE value IS 123 (48.44% from 255) = 26.28%

R = 28.63%
G = 45.09%
B = 26.28%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#86D37B (or 0x86D37B) is known color: De York. HEX triplet: 86, D3 and 7B. RGB value is (134,211,123). Sum of RGB (Red+Green+Blue) = 134+211+123=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 211 (82.81% from 255 or 45.09% from 468); Blue value is 123 (48.44% from 255 or 26.28% from 468); Max value from RGB is 211 - color contains mainly: green. Hex color #86D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D37B is #792C84. Grayscale: #B2B2B2. Windows color (decimal): -7941253 or 8115078. OLE color: 8115078.

HSL color Cylindrical-coordinate representation of color #86D37B: hue angle of 112.5º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #86D37B is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 123 -
CMYK 0.36 0 0.42 0.17
HSL 112.5º 0.5% 0.65% -
HSV(B) 112.5º 0.42% 0.83% -
XYZ 36.7 53.09 27.05 -
YUV 177.95 96.99 96.66 -
System Red Green Blue C M Y K H S L
Decimal 134 211 123 0.36 0 0.42 0.17 112.5 0.5 0.65
Hex 86 D3 7B 24 0 2A 11 70 32 41
Octal 206 323 173 44 0 52 21 160 62 101
Binary 10000110 11010011 1111011 100100 0 101010 10001 1110000 110010 1000001

Color Harmonies of #86D37B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D37B

Black with #86D37B

Text Example


Text Example

White with #86D37B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,211,123); }

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

background-color css

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

 a { background-color: rgb(134,211,123); }

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

border-color css

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

 span { border-color: rgb(134,211,123); }

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