Html Css Color HEX #86DB94 De York

📋 copy color: '#86DB94'

red 134 ◦ green 219 ◦ blue 148

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

Shades of De York #86DB94

Tints of De York #86DB94

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.71%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 26.75%
G = 43.71%
B = 29.54%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#86DB94 (or 0x86DB94) is known color: De York. HEX triplet: 86, DB and 94. RGB value is (134,219,148). Sum of RGB (Red+Green+Blue) = 134+219+148=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86DB94 is #79246B. Grayscale: #B9B9B9. Windows color (decimal): -7939180 or 9755526. OLE color: 9755526.

HSL color Cylindrical-coordinate representation of color #86DB94: hue angle of 129.88º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86DB94 is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 134 219 148 -
CMYK 0.39 0 0.32 0.14
HSL 129.88º 0.54% 0.69% -
HSV(B) 129.88º 0.39% 0.86% -
XYZ 40.51 57.87 37.05 -
YUV 185.49 106.84 91.27 -
System Red Green Blue C M Y K H S L
Decimal 134 219 148 0.39 0 0.32 0.14 129.88 0.54 0.69
Hex 86 DB 94 27 0 20 E 82 36 45
Octal 206 333 224 47 0 40 16 202 66 105
Binary 10000110 11011011 10010100 100111 0 100000 1110 10000010 110110 1000101

Color Harmonies of #86DB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86DB94

Black with #86DB94

Text Example


Text Example

White with #86DB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,219,148); }

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

background-color css

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

 a { background-color: rgb(134,219,148); }

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

border-color css

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

 span { border-color: rgb(134,219,148); }

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