Html Css Color HEX #8ED58D De York

📋 copy color: '#8ED58D'

red 142 ◦ green 213 ◦ blue 141

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

Shades of De York #8ED58D

Tints of De York #8ED58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.94%

 BLUE value IS 141 (55.47% from 255) = 28.43%

R = 28.63%
G = 42.94%
B = 28.43%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#8ED58D (or 0x8ED58D) is known color: De York. HEX triplet: 8E, D5 and 8D. RGB value is (142,213,141). Sum of RGB (Red+Green+Blue) = 142+213+141=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 213 - color contains mainly: green. Hex color #8ED58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED58D is #712A72. Grayscale: #B7B7B7. Windows color (decimal): -7416435 or 9295246. OLE color: 9295246.

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

Color convert

RGB 142 213 141 -
CMYK 0.33 0 0.34 0.16
HSL 119.17º 0.46% 0.69% -
HSV(B) 119.17º 0.34% 0.84% -
XYZ 39.76 55.26 33.77 -
YUV 183.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 142 213 141 0.33 0 0.34 0.16 119.17 0.46 0.69
Hex 8E D5 8D 21 0 22 10 77 2E 45
Octal 216 325 215 41 0 42 20 167 56 105
Binary 10001110 11010101 10001101 100001 0 100010 10000 1110111 101110 1000101

Color Harmonies of #8ED58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED58D

Black with #8ED58D

Text Example


Text Example

White with #8ED58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,213,141); }

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

background-color css

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

 a { background-color: rgb(142,213,141); }

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

border-color css

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

 span { border-color: rgb(142,213,141); }

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