Html Css Color HEX #86D492 De York

📋 copy color: '#86D492'

red 134 ◦ green 212 ◦ blue 146

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

Shades of De York #86D492

Tints of De York #86D492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 27.24%
G = 43.09%
B = 29.67%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#86D492 (or 0x86D492) is known color: De York. HEX triplet: 86, D4 and 92. RGB value is (134,212,146). Sum of RGB (Red+Green+Blue) = 134+212+146=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #86D492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D492 is #792B6D. Grayscale: #B5B5B5. Windows color (decimal): -7940974 or 9622662. OLE color: 9622662.

HSL color Cylindrical-coordinate representation of color #86D492: hue angle of 129.23º 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 #86D492 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 134 212 146 -
CMYK 0.37 0 0.31 0.17
HSL 129.23º 0.48% 0.68% -
HSV(B) 129.23º 0.37% 0.83% -
XYZ 38.56 54.23 35.63 -
YUV 181.15 108.16 94.37 -
System Red Green Blue C M Y K H S L
Decimal 134 212 146 0.37 0 0.31 0.17 129.23 0.48 0.68
Hex 86 D4 92 25 0 1F 11 81 30 44
Octal 206 324 222 45 0 37 21 201 60 104
Binary 10000110 11010100 10010010 100101 0 11111 10001 10000001 110000 1000100

Color Harmonies of #86D492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D492

Black with #86D492

Text Example


Text Example

White with #86D492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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