Html Css Color HEX #86DE86 De York

📋 copy color: '#86DE86'

red 134 ◦ green 222 ◦ blue 134

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

Shades of De York #86DE86

Tints of De York #86DE86

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.31%

 BLUE value IS 134 (52.73% from 255) = 27.35%

R = 27.35%
G = 45.31%
B = 27.35%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#86DE86 (or 0x86DE86) is known color: De York. HEX triplet: 86, DE and 86. RGB value is (134,222,134). Sum of RGB (Red+Green+Blue) = 134+222+134=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #86DE86 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DE86 is #792179. Grayscale: #B9B9B9. Windows color (decimal): -7938426 or 8838790. OLE color: 8838790.

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

Color convert

RGB 134 222 134 -
CMYK 0.40 0 0.40 0.13
HSL 120º 0.57% 0.7% -
HSV(B) 120º 0.4% 0.87% -
XYZ 40.26 59.03 31.83 -
YUV 185.66 98.85 91.16 -
System Red Green Blue C M Y K H S L
Decimal 134 222 134 0.40 0 0.40 0.13 120 0.57 0.7
Hex 86 DE 86 28 0 28 D 78 39 46
Octal 206 336 206 50 0 50 15 170 71 106
Binary 10000110 11011110 10000110 101000 0 101000 1101 1111000 111001 1000110

Color Harmonies of #86DE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DE86

Black with #86DE86

Text Example


Text Example

White with #86DE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,222,134); }

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

background-color css

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

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

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

border-color css

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

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

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