Html Css Color HEX #86DD89 De York

📋 copy color: '#86DD89'

red 134 ◦ green 221 ◦ blue 137

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

Shades of De York #86DD89

Tints of De York #86DD89

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.92%

 BLUE value IS 137 (53.91% from 255) = 27.85%

R = 27.24%
G = 44.92%
B = 27.85%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#86DD89 (or 0x86DD89) is known color: De York. HEX triplet: 86, DD and 89. RGB value is (134,221,137). Sum of RGB (Red+Green+Blue) = 134+221+137=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 137 (53.91% from 255 or 27.85% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD89 is #792276. Grayscale: #B9B9B9. Windows color (decimal): -7938679 or 9035142. OLE color: 9035142.

HSL color Cylindrical-coordinate representation of color #86DD89: hue angle of 122.07º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DD89 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 137 -
CMYK 0.39 0 0.38 0.13
HSL 122.07º 0.56% 0.7% -
HSV(B) 122.07º 0.39% 0.87% -
XYZ 40.2 58.59 32.86 -
YUV 185.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 134 221 137 0.39 0 0.38 0.13 122.07 0.56 0.7
Hex 86 DD 89 27 0 26 D 7A 38 46
Octal 206 335 211 47 0 46 15 172 70 106
Binary 10000110 11011101 10001001 100111 0 100110 1101 1111010 111000 1000110

Color Harmonies of #86DD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD89

Black with #86DD89

Text Example


Text Example

White with #86DD89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,221,137); }

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

background-color css

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

 a { background-color: rgb(134,221,137); }

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

border-color css

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

 span { border-color: rgb(134,221,137); }

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