Html Css Color HEX #86D798 De York

📋 copy color: '#86D798'

red 134 ◦ green 215 ◦ blue 152

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

Shades of De York #86D798

Tints of De York #86D798

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 152 (59.77% from 255) = 30.34%

R = 26.75%
G = 42.91%
B = 30.34%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#86D798 (or 0x86D798) is known color: De York. HEX triplet: 86, D7 and 98. RGB value is (134,215,152). Sum of RGB (Red+Green+Blue) = 134+215+152=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #86D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D798 is #792867. Grayscale: #B7B7B7. Windows color (decimal): -7940200 or 10016646. OLE color: 10016646.

HSL color Cylindrical-coordinate representation of color #86D798: hue angle of 133.33º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D798 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB 134 215 152 -
CMYK 0.38 0 0.29 0.16
HSL 133.33º 0.5% 0.68% -
HSV(B) 133.33º 0.38% 0.84% -
XYZ 39.8 55.94 38.4 -
YUV 183.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 134 215 152 0.38 0 0.29 0.16 133.33 0.5 0.68
Hex 86 D7 98 26 0 1D 10 85 32 44
Octal 206 327 230 46 0 35 20 205 62 104
Binary 10000110 11010111 10011000 100110 0 11101 10000 10000101 110010 1000100

Color Harmonies of #86D798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D798

Black with #86D798

Text Example


Text Example

White with #86D798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,215,152); }

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

background-color css

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

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

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

border-color css

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

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

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