Html Css Color HEX #86D37A De York

📋 copy color: '#86D37A'

red 134 ◦ green 211 ◦ blue 122

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

Shades of De York #86D37A

Tints of De York #86D37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 26.12%

R = 28.69%
G = 45.18%
B = 26.12%

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

#86D37A (or 0x86D37A) is known color: De York. HEX triplet: 86, D3 and 7A. RGB value is (134,211,122). Sum of RGB (Red+Green+Blue) = 134+211+122=467 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.69% from 467); Green value is 211 (82.81% from 255 or 45.18% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 211 - color contains mainly: green. Hex color #86D37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #86D37A is #792C85. Grayscale: #B2B2B2. Windows color (decimal): -7941254 or 8049542. OLE color: 8049542.

HSL color Cylindrical-coordinate representation of color #86D37A: hue angle of 111.91º 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 #86D37A is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 211 122 -
CMYK 0.36 0 0.42 0.17
HSL 111.91º 0.5% 0.65% -
HSV(B) 111.91º 0.42% 0.83% -
XYZ 36.64 53.06 26.72 -
YUV 177.83 96.49 96.74 -
System Red Green Blue C M Y K H S L
Decimal 134 211 122 0.36 0 0.42 0.17 111.91 0.5 0.65
Hex 86 D3 7A 24 0 2A 11 70 32 41
Octal 206 323 172 44 0 52 21 160 62 101
Binary 10000110 11010011 1111010 100100 0 101010 10001 1110000 110010 1000001

Color Harmonies of #86D37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D37A

Black with #86D37A

Text Example


Text Example

White with #86D37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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