Html Css Color HEX #86DD8A De York

📋 copy color: '#86DD8A'

red 134 ◦ green 221 ◦ blue 138

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

Shades of De York #86DD8A

Tints of De York #86DD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 27.18%
G = 44.83%
B = 27.99%

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

#86DD8A (or 0x86DD8A) is known color: De York. HEX triplet: 86, DD and 8A. RGB value is (134,221,138). Sum of RGB (Red+Green+Blue) = 134+221+138=493 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.18% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD8A is #792275. Grayscale: #B9B9B9. Windows color (decimal): -7938678 or 9100678. OLE color: 9100678.

HSL color Cylindrical-coordinate representation of color #86DD8A: hue angle of 122.76º 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 #86DD8A is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 138 -
CMYK 0.39 0 0.38 0.13
HSL 122.76º 0.56% 0.7% -
HSV(B) 122.76º 0.39% 0.87% -
XYZ 40.28 58.62 33.24 -
YUV 185.53 101.18 91.25 -
System Red Green Blue C M Y K H S L
Decimal 134 221 138 0.39 0 0.38 0.13 122.76 0.56 0.7
Hex 86 DD 8A 27 0 26 D 7B 38 46
Octal 206 335 212 47 0 46 15 173 70 106
Binary 10000110 11011101 10001010 100111 0 100110 1101 1111011 111000 1000110

Color Harmonies of #86DD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD8A

Black with #86DD8A

Text Example


Text Example

White with #86DD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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