Html Css Color HEX #8ED993 De York

📋 copy color: '#8ED993'

red 142 ◦ green 217 ◦ blue 147

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

Shades of De York #8ED993

Tints of De York #8ED993

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.89%

 BLUE value IS 147 (57.81% from 255) = 29.05%

R = 28.06%
G = 42.89%
B = 29.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#8ED993 (or 0x8ED993) is known color: De York. HEX triplet: 8E, D9 and 93. RGB value is (142,217,147). Sum of RGB (Red+Green+Blue) = 142+217+147=506 (67% of max value = 765). Red value is 142 (55.86% from 255 or 28.06% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED993 is #71266C. Grayscale: #BABABA. Windows color (decimal): -7415405 or 9689486. OLE color: 9689486.

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

Color convert

RGB 142 217 147 -
CMYK 0.35 0 0.32 0.15
HSL 124º 0.5% 0.7% -
HSV(B) 124º 0.35% 0.85% -
XYZ 41.23 57.48 36.53 -
YUV 186.6 105.65 96.19 -
System Red Green Blue C M Y K H S L
Decimal 142 217 147 0.35 0 0.32 0.15 124 0.5 0.7
Hex 8E D9 93 23 0 20 F 7C 32 46
Octal 216 331 223 43 0 40 17 174 62 106
Binary 10001110 11011001 10010011 100011 0 100000 1111 1111100 110010 1000110

Color Harmonies of #8ED993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED993

Black with #8ED993

Text Example


Text Example

White with #8ED993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,217,147); }

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

background-color css

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

 a { background-color: rgb(142,217,147); }

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

border-color css

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

 span { border-color: rgb(142,217,147); }

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