Html Css Color HEX #8DCE96 De York

📋 copy color: '#8DCE96'

red 141 ◦ green 206 ◦ blue 150

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

Shades of De York #8DCE96

Tints of De York #8DCE96

RGB

 RED value IS 141 (55.47% from 255) = 28.37%

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 150 (58.98% from 255) = 30.18%

R = 28.37%
G = 41.45%
B = 30.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#8DCE96 (or 0x8DCE96) is known color: De York. HEX triplet: 8D, CE and 96. RGB value is (141,206,150). Sum of RGB (Red+Green+Blue) = 141+206+150=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 150 (58.98% from 255 or 30.18% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCE96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCE96 is #723169. Grayscale: #B4B4B4. Windows color (decimal): -7483754 or 9883277. OLE color: 9883277.

HSL color Cylindrical-coordinate representation of color #8DCE96: hue angle of 128.31º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCE96 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 206 150 -
CMYK 0.32 0 0.27 0.19
HSL 128.31º 0.4% 0.68% -
HSV(B) 128.31º 0.32% 0.81% -
XYZ 38.56 52.01 36.86 -
YUV 180.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 141 206 150 0.32 0 0.27 0.19 128.31 0.4 0.68
Hex 8D CE 96 20 0 1B 13 80 28 44
Octal 215 316 226 40 0 33 23 200 50 104
Binary 10001101 11001110 10010110 100000 0 11011 10011 10000000 101000 1000100

Color Harmonies of #8DCE96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCE96

Black with #8DCE96

Text Example


Text Example

White with #8DCE96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DCE96; }

 p { color: rgb(141,206,150); }

 H1.HeaderClassName
 {
   color: #8DCE96;
 }
 .AnyTagClassName
 {
   color: #8DCE96;
 }
</style>

background-color css

<style>
 a { background-color: #8DCE96; }

 a { background-color: rgb(141,206,150); }

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

border-color css

<style>
 span { border-color: #8DCE96; }

 span { border-color: rgb(141,206,150); }

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