#8ED38A

Color #8ED38A De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8ED38A

Tints of De York #8ED38A

Color information

#8ED38A (or 0x8ED38A) is unknown color: approx De York. HEX triplet: 8E, D3 and 8A. RGB value is (142,211,138). Sum of RGB (Red+Green+Blue) = 142+211+138=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 138 (54.30% from 255 or 28.11% from 491); Max value from RGB is 211 - color contains mainly: green. Hex color #8ED38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED38A is #712C75. Grayscale: #B6B6B6. Windows color (decimal): -7416950 or 9098126. OLE color: 9098126.

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

Color convert

RGB142211138-
CMYK0.3300.350.17
HSL116.71º45.34%68.43%-
HSV(B)116.71º34.6%82.75%-
XYZ39.0454.1732.44-
YUV182.05103.1499.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.92%
GREEN value IS 211 (82.81% from 255) = 42.97%
BLUE value IS 138 (54.30% from 255) = 28.11%
R=28.92%
G=42.97%
B=28.11%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1422111380.3300.350.17116.7145.3468.43
Hex8ED38A2102311752d44
Octal216323212410432116555104
Binary10001110110100111000101010000101000111000111101011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ED38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ED38A;
 }
 .AnyTagClassName
 {
   color: #8ED38A;
 }
</style>
background-color css

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

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

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

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

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

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