Html Css Color HEX #8DD396 De York

📋 copy color: '#8DD396'

red 141 ◦ green 211 ◦ blue 150

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

Shades of De York #8DD396

Tints of De York #8DD396

RGB

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

 GREEN value IS 211 (82.81% from 255) = 42.03%

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

R = 28.09%
G = 42.03%
B = 29.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.29

 K value IS 0.17

RGB Variations

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

Color information

#8DD396 (or 0x8DD396) is known color: De York. HEX triplet: 8D, D3 and 96. RGB value is (141,211,150). Sum of RGB (Red+Green+Blue) = 141+211+150=502 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.09% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 150 (58.98% from 255 or 29.88% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD396 is #722C69. Grayscale: #B7B7B7. Windows color (decimal): -7482474 or 9884557. OLE color: 9884557.

HSL color Cylindrical-coordinate representation of color #8DD396: hue angle of 127.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD396 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 211 150 -
CMYK 0.33 0 0.29 0.17
HSL 127.71º 0.44% 0.69% -
HSV(B) 127.71º 0.33% 0.83% -
XYZ 39.78 54.45 37.27 -
YUV 183.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 141 211 150 0.33 0 0.29 0.17 127.71 0.44 0.69
Hex 8D D3 96 21 0 1D 11 80 2C 45
Octal 215 323 226 41 0 35 21 200 54 105
Binary 10001101 11010011 10010110 100001 0 11101 10001 10000000 101100 1000101

Color Harmonies of #8DD396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD396

Black with #8DD396

Text Example


Text Example

White with #8DD396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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