Html Css Color HEX #8ED985 De York

📋 copy color: '#8ED985'

red 142 ◦ green 217 ◦ blue 133

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

Shades of De York #8ED985

Tints of De York #8ED985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.03%

R = 28.86%
G = 44.11%
B = 27.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#8ED985 (or 0x8ED985) is known color: De York. HEX triplet: 8E, D9 and 85. RGB value is (142,217,133). Sum of RGB (Red+Green+Blue) = 142+217+133=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #8ED985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ED985 is #71267A. Grayscale: #B9B9B9. Windows color (decimal): -7415419 or 8771982. OLE color: 8771982.

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

Color convert

RGB 142 217 133 -
CMYK 0.35 0 0.39 0.15
HSL 113.57º 0.53% 0.69% -
HSV(B) 113.57º 0.39% 0.85% -
XYZ 40.2 57.07 31.09 -
YUV 185 98.65 97.33 -
System Red Green Blue C M Y K H S L
Decimal 142 217 133 0.35 0 0.39 0.15 113.57 0.53 0.69
Hex 8E D9 85 23 0 27 F 72 34 45
Octal 216 331 205 43 0 47 17 162 64 105
Binary 10001110 11011001 10000101 100011 0 100111 1111 1110010 110100 1000101

Color Harmonies of #8ED985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED985

Black with #8ED985

Text Example


Text Example

White with #8ED985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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