Html Css Color HEX #86DD84 De York

📋 copy color: '#86DD84'

red 134 ◦ green 221 ◦ blue 132

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

Shades of De York #86DD84

Tints of De York #86DD84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 27.52%
G = 45.38%
B = 27.1%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#86DD84 (or 0x86DD84) is known color: De York. HEX triplet: 86, DD and 84. RGB value is (134,221,132). Sum of RGB (Red+Green+Blue) = 134+221+132=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD84 is #79227B. Grayscale: #B9B9B9. Windows color (decimal): -7938684 or 8707462. OLE color: 8707462.

HSL color Cylindrical-coordinate representation of color #86DD84: hue angle of 118.65º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #86DD84 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 134 221 132 -
CMYK 0.39 0 0.40 0.13
HSL 118.65º 0.57% 0.69% -
HSV(B) 118.65º 0.4% 0.87% -
XYZ 39.85 58.45 31.01 -
YUV 184.84 98.18 91.74 -
System Red Green Blue C M Y K H S L
Decimal 134 221 132 0.39 0 0.40 0.13 118.65 0.57 0.69
Hex 86 DD 84 27 0 28 D 77 39 45
Octal 206 335 204 47 0 50 15 167 71 105
Binary 10000110 11011101 10000100 100111 0 101000 1101 1110111 111001 1000101

Color Harmonies of #86DD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD84

Black with #86DD84

Text Example


Text Example

White with #86DD84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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