Html Css Color HEX #8DD28E De York

📋 copy color: '#8DD28E'

red 141 ◦ green 210 ◦ blue 142

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

Shades of De York #8DD28E

Tints of De York #8DD28E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 42.6%

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 28.6%
G = 42.6%
B = 28.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#8DD28E (or 0x8DD28E) is known color: De York. HEX triplet: 8D, D2 and 8E. RGB value is (141,210,142). Sum of RGB (Red+Green+Blue) = 141+210+142=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD28E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD28E is #722D71. Grayscale: #B5B5B5. Windows color (decimal): -7482738 or 9360013. OLE color: 9360013.

HSL color Cylindrical-coordinate representation of color #8DD28E: hue angle of 120.87º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8DD28E is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 141 210 142 -
CMYK 0.33 0 0.32 0.18
HSL 120.87º 0.43% 0.69% -
HSV(B) 120.87º 0.33% 0.82% -
XYZ 38.91 53.71 33.91 -
YUV 181.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 141 210 142 0.33 0 0.32 0.18 120.87 0.43 0.69
Hex 8D D2 8E 21 0 20 12 79 2B 45
Octal 215 322 216 41 0 40 22 171 53 105
Binary 10001101 11010010 10001110 100001 0 100000 10010 1111001 101011 1000101

Color Harmonies of #8DD28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD28E

Black with #8DD28E

Text Example


Text Example

White with #8DD28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,210,142); }

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

background-color css

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

 a { background-color: rgb(141,210,142); }

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

border-color css

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

 span { border-color: rgb(141,210,142); }

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