Html Css Color HEX #86DD85 De York

📋 copy color: '#86DD85'

red 134 ◦ green 221 ◦ blue 133

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

Shades of De York #86DD85

Tints of De York #86DD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 27.46%
G = 45.29%
B = 27.25%

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

#86DD85 (or 0x86DD85) is known color: De York. HEX triplet: 86, DD and 85. RGB value is (134,221,133). Sum of RGB (Red+Green+Blue) = 134+221+133=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DD85 is #79227A. Grayscale: #B9B9B9. Windows color (decimal): -7938683 or 8772998. OLE color: 8772998.

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

Color convert

RGB 134 221 133 -
CMYK 0.39 0 0.40 0.13
HSL 119.32º 0.56% 0.69% -
HSV(B) 119.32º 0.4% 0.87% -
XYZ 39.92 58.47 31.37 -
YUV 184.96 98.68 91.66 -
System Red Green Blue C M Y K H S L
Decimal 134 221 133 0.39 0 0.40 0.13 119.32 0.56 0.69
Hex 86 DD 85 27 0 28 D 77 38 45
Octal 206 335 205 47 0 50 15 167 70 105
Binary 10000110 11011101 10000101 100111 0 101000 1101 1110111 111000 1000101

Color Harmonies of #86DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DD85

Black with #86DD85

Text Example


Text Example

White with #86DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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