Html Css Color HEX #8EC585 De York

📋 copy color: '#8EC585'

red 142 ◦ green 197 ◦ blue 133

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

Shades of De York #8EC585

Tints of De York #8EC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

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

R = 30.08%
G = 41.74%
B = 28.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#8EC585 (or 0x8EC585) is known color: De York. HEX triplet: 8E, C5 and 85. RGB value is (142,197,133). Sum of RGB (Red+Green+Blue) = 142+197+133=472 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.08% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 197 - color contains mainly: green. Hex color #8EC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC585 is #713A7A. Grayscale: #ADADAD. Windows color (decimal): -7420539 or 8766862. OLE color: 8766862.

HSL color Cylindrical-coordinate representation of color #8EC585: hue angle of 111.56º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8EC585 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 142 197 133 -
CMYK 0.28 0 0.32 0.23
HSL 111.56º 0.36% 0.65% -
HSV(B) 111.56º 0.32% 0.77% -
XYZ 35.36 47.38 29.47 -
YUV 173.26 105.28 105.7 -
System Red Green Blue C M Y K H S L
Decimal 142 197 133 0.28 0 0.32 0.23 111.56 0.36 0.65
Hex 8E C5 85 1C 0 20 17 70 24 41
Octal 216 305 205 34 0 40 27 160 44 101
Binary 10001110 11000101 10000101 11100 0 100000 10111 1110000 100100 1000001

Color Harmonies of #8EC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC585

Black with #8EC585

Text Example


Text Example

White with #8EC585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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