Html Css Color HEX #8DD496 De York

📋 copy color: '#8DD496'

red 141 ◦ green 212 ◦ blue 150

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

Shades of De York #8DD496

Tints of De York #8DD496

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.15%

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

R = 28.03%
G = 42.15%
B = 29.82%

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

#8DD496 (or 0x8DD496) is known color: De York. HEX triplet: 8D, D4 and 96. RGB value is (141,212,150). Sum of RGB (Red+Green+Blue) = 141+212+150=503 (66% of max value = 765). Red value is 141 (55.47% from 255 or 28.03% from 503); Green value is 212 (83.20% from 255 or 42.15% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 212 - color contains mainly: green. Hex color #8DD496 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD496 is #722B69. Grayscale: #B7B7B7. Windows color (decimal): -7482218 or 9884813. OLE color: 9884813.

HSL color Cylindrical-coordinate representation of color #8DD496: hue angle of 127.61º degrees, saturation: 0.45, 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 #8DD496 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 212 150 -
CMYK 0.33 0 0.29 0.17
HSL 127.61º 0.45% 0.69% -
HSV(B) 127.61º 0.33% 0.83% -
XYZ 40.03 54.95 37.35 -
YUV 183.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 141 212 150 0.33 0 0.29 0.17 127.61 0.45 0.69
Hex 8D D4 96 21 0 1D 11 80 2D 45
Octal 215 324 226 41 0 35 21 200 55 105
Binary 10001101 11010100 10010110 100001 0 11101 10001 10000000 101101 1000101

Color Harmonies of #8DD496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD496

Black with #8DD496

Text Example


Text Example

White with #8DD496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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