Html Css Color HEX #86D27C De York

📋 copy color: '#86D27C'

red 134 ◦ green 210 ◦ blue 124

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

Shades of De York #86D27C

Tints of De York #86D27C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 124 (48.83% from 255) = 26.5%

R = 28.63%
G = 44.87%
B = 26.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#86D27C (or 0x86D27C) is known color: De York. HEX triplet: 86, D2 and 7C. RGB value is (134,210,124). Sum of RGB (Red+Green+Blue) = 134+210+124=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #86D27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D27C is #792D83. Grayscale: #B1B1B1. Windows color (decimal): -7941508 or 8180358. OLE color: 8180358.

HSL color Cylindrical-coordinate representation of color #86D27C: hue angle of 113.02º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #86D27C is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 134 210 124 -
CMYK 0.36 0 0.41 0.18
HSL 113.02º 0.49% 0.65% -
HSV(B) 113.02º 0.41% 0.82% -
XYZ 36.52 52.62 27.3 -
YUV 177.47 97.82 96.99 -
System Red Green Blue C M Y K H S L
Decimal 134 210 124 0.36 0 0.41 0.18 113.02 0.49 0.65
Hex 86 D2 7C 24 0 29 12 71 31 41
Octal 206 322 174 44 0 51 22 161 61 101
Binary 10000110 11010010 1111100 100100 0 101001 10010 1110001 110001 1000001

Color Harmonies of #86D27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D27C

Black with #86D27C

Text Example


Text Example

White with #86D27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,210,124); }

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

background-color css

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

 a { background-color: rgb(134,210,124); }

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

border-color css

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

 span { border-color: rgb(134,210,124); }

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