Html Css Color HEX #8ECE95 De York

📋 copy color: '#8ECE95'

red 142 ◦ green 206 ◦ blue 149

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

Shades of De York #8ECE95

Tints of De York #8ECE95

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.45%

 BLUE value IS 149 (58.59% from 255) = 29.98%

R = 28.57%
G = 41.45%
B = 29.98%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.28

 K value IS 0.19

RGB Variations

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

Color information

#8ECE95 (or 0x8ECE95) is known color: De York. HEX triplet: 8E, CE and 95. RGB value is (142,206,149). Sum of RGB (Red+Green+Blue) = 142+206+149=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE95 is #71316A. Grayscale: #B4B4B4. Windows color (decimal): -7418219 or 9817742. OLE color: 9817742.

HSL color Cylindrical-coordinate representation of color #8ECE95: hue angle of 126.56º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECE95 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 206 149 -
CMYK 0.31 0 0.28 0.19
HSL 126.56º 0.4% 0.68% -
HSV(B) 126.56º 0.31% 0.81% -
XYZ 38.65 52.06 36.45 -
YUV 180.37 110.3 100.63 -
System Red Green Blue C M Y K H S L
Decimal 142 206 149 0.31 0 0.28 0.19 126.56 0.4 0.68
Hex 8E CE 95 1F 0 1C 13 7F 28 44
Octal 216 316 225 37 0 34 23 177 50 104
Binary 10001110 11001110 10010101 11111 0 11100 10011 1111111 101000 1000100

Color Harmonies of #8ECE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECE95

Black with #8ECE95

Text Example


Text Example

White with #8ECE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,206,149); }

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

background-color css

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

 a { background-color: rgb(142,206,149); }

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

border-color css

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

 span { border-color: rgb(142,206,149); }

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