Html Css Color HEX #8ED28B De York

📋 copy color: '#8ED28B'

red 142 ◦ green 210 ◦ blue 139

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

Shades of De York #8ED28B

Tints of De York #8ED28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.31%

R = 28.92%
G = 42.77%
B = 28.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#8ED28B (or 0x8ED28B) is known color: De York. HEX triplet: 8E, D2 and 8B. RGB value is (142,210,139). Sum of RGB (Red+Green+Blue) = 142+210+139=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 139 (54.69% from 255 or 28.31% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #8ED28B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED28B is #712D74. Grayscale: #B5B5B5. Windows color (decimal): -7417205 or 9163406. OLE color: 9163406.

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

Color convert

RGB 142 210 139 -
CMYK 0.32 0 0.34 0.18
HSL 117.46º 0.44% 0.68% -
HSV(B) 117.46º 0.34% 0.82% -
XYZ 38.86 53.71 32.74 -
YUV 181.57 103.97 99.77 -
System Red Green Blue C M Y K H S L
Decimal 142 210 139 0.32 0 0.34 0.18 117.46 0.44 0.68
Hex 8E D2 8B 20 0 22 12 75 2C 44
Octal 216 322 213 40 0 42 22 165 54 104
Binary 10001110 11010010 10001011 100000 0 100010 10010 1110101 101100 1000100

Color Harmonies of #8ED28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED28B

Black with #8ED28B

Text Example


Text Example

White with #8ED28B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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