Html Css Color HEX #8DD995 De York

📋 copy color: '#8DD995'

red 141 ◦ green 217 ◦ blue 149

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

Shades of De York #8DD995

Tints of De York #8DD995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 29.39%

R = 27.81%
G = 42.8%
B = 29.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#8DD995 (or 0x8DD995) is known color: De York. HEX triplet: 8D, D9 and 95. RGB value is (141,217,149). Sum of RGB (Red+Green+Blue) = 141+217+149=507 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.81% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #8DD995 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD995 is #72266A. Grayscale: #BABABA. Windows color (decimal): -7480939 or 9820557. OLE color: 9820557.

HSL color Cylindrical-coordinate representation of color #8DD995: hue angle of 126.32º degrees, saturation: 0.5, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8DD995 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 217 149 -
CMYK 0.35 0 0.31 0.15
HSL 126.32º 0.5% 0.7% -
HSV(B) 126.32º 0.35% 0.85% -
XYZ 41.22 57.46 37.35 -
YUV 186.52 106.82 95.53 -
System Red Green Blue C M Y K H S L
Decimal 141 217 149 0.35 0 0.31 0.15 126.32 0.5 0.7
Hex 8D D9 95 23 0 1F F 7E 32 46
Octal 215 331 225 43 0 37 17 176 62 106
Binary 10001101 11011001 10010101 100011 0 11111 1111 1111110 110010 1000110

Color Harmonies of #8DD995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD995

Black with #8DD995

Text Example


Text Example

White with #8DD995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,217,149); }

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

background-color css

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

 a { background-color: rgb(141,217,149); }

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

border-color css

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

 span { border-color: rgb(141,217,149); }

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