Html Css Color HEX #8ED38A De York

📋 copy color: '#8ED38A'

red 142 ◦ green 211 ◦ blue 138

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

Shades of De York #8ED38A

Tints of De York #8ED38A

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.3% from 255) = 28.11%

R = 28.92%
G = 42.97%
B = 28.11%

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

#8ED38A (or 0x8ED38A) is known color: 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

RGB 142 211 138 -
CMYK 0.33 0 0.35 0.17
HSL 116.71º 0.45% 0.68% -
HSV(B) 116.71º 0.35% 0.83% -
XYZ 39.04 54.17 32.44 -
YUV 182.05 103.14 99.44 -
System Red Green Blue C M Y K H S L
Decimal 142 211 138 0.33 0 0.35 0.17 116.71 0.45 0.68
Hex 8E D3 8A 21 0 23 11 75 2D 44
Octal 216 323 212 41 0 43 21 165 55 104
Binary 10001110 11010011 10001010 100001 0 100011 10001 1110101 101101 1000100

Color Harmonies of #8ED38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED38A

Black with #8ED38A

Text Example


Text Example

White with #8ED38A

Text Example


Text Example

HTML Codes & Css Web 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>