Html Css Color HEX #86D498 De York

📋 copy color: '#86D498'

red 134 ◦ green 212 ◦ blue 152

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

Shades of De York #86D498

Tints of De York #86D498

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.57%

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

R = 26.91%
G = 42.57%
B = 30.52%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.28

 K value IS 0.17

RGB Variations

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

Color information

#86D498 (or 0x86D498) is known color: De York. HEX triplet: 86, D4 and 98. RGB value is (134,212,152). Sum of RGB (Red+Green+Blue) = 134+212+152=498 (65% of max value = 765). Red value is 134 (52.73% from 255 or 26.91% from 498); Green value is 212 (83.20% from 255 or 42.57% from 498); Blue value is 152 (59.77% from 255 or 30.52% from 498); Max value from RGB is 212 - color contains mainly: green. Hex color #86D498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D498 is #792B67. Grayscale: #B6B6B6. Windows color (decimal): -7940968 or 10015878. OLE color: 10015878.

HSL color Cylindrical-coordinate representation of color #86D498: hue angle of 133.85º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #86D498 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 212 152 -
CMYK 0.37 0 0.28 0.17
HSL 133.85º 0.48% 0.68% -
HSV(B) 133.85º 0.37% 0.83% -
XYZ 39.04 54.42 38.15 -
YUV 181.84 111.16 93.88 -
System Red Green Blue C M Y K H S L
Decimal 134 212 152 0.37 0 0.28 0.17 133.85 0.48 0.68
Hex 86 D4 98 25 0 1C 11 86 30 44
Octal 206 324 230 45 0 34 21 206 60 104
Binary 10000110 11010100 10011000 100101 0 11100 10001 10000110 110000 1000100

Color Harmonies of #86D498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D498

Black with #86D498

Text Example


Text Example

White with #86D498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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