Html Css Color HEX #8ED48A De York

📋 copy color: '#8ED48A'

red 142 ◦ green 212 ◦ blue 138

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

Shades of De York #8ED48A

Tints of De York #8ED48A

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.09%

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 28.86%
G = 43.09%
B = 28.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#8ED48A (or 0x8ED48A) is known color: De York. HEX triplet: 8E, D4 and 8A. RGB value is (142,212,138). Sum of RGB (Red+Green+Blue) = 142+212+138=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 212 - color contains mainly: green. Hex color #8ED48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED48A is #712B75. Grayscale: #B6B6B6. Windows color (decimal): -7416694 or 9098382. OLE color: 9098382.

HSL color Cylindrical-coordinate representation of color #8ED48A: hue angle of 116.76º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ED48A is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 142 212 138 -
CMYK 0.33 0 0.35 0.17
HSL 116.76º 0.46% 0.69% -
HSV(B) 116.76º 0.35% 0.83% -
XYZ 39.29 54.67 32.53 -
YUV 182.63 102.81 99.02 -
System Red Green Blue C M Y K H S L
Decimal 142 212 138 0.33 0 0.35 0.17 116.76 0.46 0.69
Hex 8E D4 8A 21 0 23 11 75 2E 45
Octal 216 324 212 41 0 43 21 165 56 105
Binary 10001110 11010100 10001010 100001 0 100011 10001 1110101 101110 1000101

Color Harmonies of #8ED48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED48A

Black with #8ED48A

Text Example


Text Example

White with #8ED48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,212,138); }

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

background-color css

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

 a { background-color: rgb(142,212,138); }

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

border-color css

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

 span { border-color: rgb(142,212,138); }

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