Html Css Color HEX #8ED894 De York

📋 copy color: '#8ED894'

red 142 ◦ green 216 ◦ blue 148

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

Shades of De York #8ED894

Tints of De York #8ED894

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.69%

 BLUE value IS 148 (58.2% from 255) = 29.25%

R = 28.06%
G = 42.69%
B = 29.25%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#8ED894 (or 0x8ED894) is known color: De York. HEX triplet: 8E, D8 and 94. RGB value is (142,216,148). Sum of RGB (Red+Green+Blue) = 142+216+148=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 216 (84.77% from 255 or 42.69% from 506); Blue value is 148 (58.20% from 255 or 29.25% from 506); Max value from RGB is 216 - color contains mainly: green. Hex color #8ED894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED894 is #71276B. Grayscale: #BABABA. Windows color (decimal): -7415660 or 9754766. OLE color: 9754766.

HSL color Cylindrical-coordinate representation of color #8ED894: hue angle of 124.86º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8ED894 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 216 148 -
CMYK 0.34 0 0.31 0.15
HSL 124.86º 0.49% 0.7% -
HSV(B) 124.86º 0.34% 0.85% -
XYZ 41.06 57 36.86 -
YUV 186.12 106.48 96.53 -
System Red Green Blue C M Y K H S L
Decimal 142 216 148 0.34 0 0.31 0.15 124.86 0.49 0.7
Hex 8E D8 94 22 0 1F F 7D 31 46
Octal 216 330 224 42 0 37 17 175 61 106
Binary 10001110 11011000 10010100 100010 0 11111 1111 1111101 110001 1000110

Color Harmonies of #8ED894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED894

Black with #8ED894

Text Example


Text Example

White with #8ED894

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,216,148); }

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

background-color css

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

 a { background-color: rgb(142,216,148); }

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

border-color css

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

 span { border-color: rgb(142,216,148); }

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