Html Css Color HEX #8ED28C De York

📋 copy color: '#8ED28C'

red 142 ◦ green 210 ◦ blue 140

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

Shades of De York #8ED28C

Tints of De York #8ED28C

RGB

 RED value IS 142 (55.86% from 255) = 28.86%

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

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 28.86%
G = 42.68%
B = 28.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#8ED28C (or 0x8ED28C) is known color: De York. HEX triplet: 8E, D2 and 8C. RGB value is (142,210,140). Sum of RGB (Red+Green+Blue) = 142+210+140=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED28C is #712D73. Grayscale: #B5B5B5. Windows color (decimal): -7417204 or 9228942. OLE color: 9228942.

HSL color Cylindrical-coordinate representation of color #8ED28C: hue angle of 118.29º degrees, saturation: 0.44, 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 #8ED28C is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 210 140 -
CMYK 0.32 0 0.33 0.18
HSL 118.29º 0.44% 0.69% -
HSV(B) 118.29º 0.33% 0.82% -
XYZ 38.94 53.74 33.13 -
YUV 181.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 142 210 140 0.32 0 0.33 0.18 118.29 0.44 0.69
Hex 8E D2 8C 20 0 21 12 76 2C 45
Octal 216 322 214 40 0 41 22 166 54 105
Binary 10001110 11010010 10001100 100000 0 100001 10010 1110110 101100 1000101

Color Harmonies of #8ED28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED28C

Black with #8ED28C

Text Example


Text Example

White with #8ED28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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