Html Css Color HEX #86D48B De York

📋 copy color: '#86D48B'

red 134 ◦ green 212 ◦ blue 139

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

Shades of De York #86D48B

Tints of De York #86D48B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.66%

R = 27.63%
G = 43.71%
B = 28.66%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#86D48B (or 0x86D48B) is known color: De York. HEX triplet: 86, D4 and 8B. RGB value is (134,212,139). Sum of RGB (Red+Green+Blue) = 134+212+139=485 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.63% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 139 (54.69% from 255 or 28.66% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #86D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D48B is #792B74. Grayscale: #B4B4B4. Windows color (decimal): -7940981 or 9163910. OLE color: 9163910.

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

Color convert

RGB 134 212 139 -
CMYK 0.37 0 0.34 0.17
HSL 123.85º 0.48% 0.68% -
HSV(B) 123.85º 0.37% 0.83% -
XYZ 38.04 54.02 32.85 -
YUV 180.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 134 212 139 0.37 0 0.34 0.17 123.85 0.48 0.68
Hex 86 D4 8B 25 0 22 11 7C 30 44
Octal 206 324 213 45 0 42 21 174 60 104
Binary 10000110 11010100 10001011 100101 0 100010 10001 1111100 110000 1000100

Color Harmonies of #86D48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D48B

Black with #86D48B

Text Example


Text Example

White with #86D48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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