Html Css Color HEX #86D990 De York

📋 copy color: '#86D990'

red 134 ◦ green 217 ◦ blue 144

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

Shades of De York #86D990

Tints of De York #86D990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

 BLUE value IS 144 (56.64% from 255) = 29.09%

R = 27.07%
G = 43.84%
B = 29.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#86D990 (or 0x86D990) is known color: De York. HEX triplet: 86, D9 and 90. RGB value is (134,217,144). Sum of RGB (Red+Green+Blue) = 134+217+144=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 144 (56.64% from 255 or 29.09% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #86D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86D990 is #79266F. Grayscale: #B8B8B8. Windows color (decimal): -7939696 or 9492870. OLE color: 9492870.

HSL color Cylindrical-coordinate representation of color #86D990: hue angle of 127.23º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #86D990 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 217 144 -
CMYK 0.38 0 0.34 0.15
HSL 127.23º 0.52% 0.69% -
HSV(B) 127.23º 0.38% 0.85% -
XYZ 39.68 56.71 35.24 -
YUV 183.86 105.5 92.44 -
System Red Green Blue C M Y K H S L
Decimal 134 217 144 0.38 0 0.34 0.15 127.23 0.52 0.69
Hex 86 D9 90 26 0 22 F 7F 34 45
Octal 206 331 220 46 0 42 17 177 64 105
Binary 10000110 11011001 10010000 100110 0 100010 1111 1111111 110100 1000101

Color Harmonies of #86D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86D990

Black with #86D990

Text Example


Text Example

White with #86D990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,217,144); }

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

background-color css

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

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

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

border-color css

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

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

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