Html Css Color HEX #8ECE94 De York

📋 copy color: '#8ECE94'

red 142 ◦ green 206 ◦ blue 148

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

Shades of De York #8ECE94

Tints of De York #8ECE94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.84%

R = 28.63%
G = 41.53%
B = 29.84%

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

#8ECE94 (or 0x8ECE94) is known color: De York. HEX triplet: 8E, CE and 94. RGB value is (142,206,148). Sum of RGB (Red+Green+Blue) = 142+206+148=496 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.63% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #8ECE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ECE94 is #71316B. Grayscale: #B4B4B4. Windows color (decimal): -7418220 or 9752206. OLE color: 9752206.

HSL color Cylindrical-coordinate representation of color #8ECE94: hue angle of 125.62º 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 #8ECE94 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 206 148 -
CMYK 0.31 0 0.28 0.19
HSL 125.63º 0.4% 0.68% -
HSV(B) 125.63º 0.31% 0.81% -
XYZ 38.57 52.03 36.03 -
YUV 180.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 142 206 148 0.31 0 0.28 0.19 125.63 0.4 0.68
Hex 8E CE 94 1F 0 1C 13 7E 28 44
Octal 216 316 224 37 0 34 23 176 50 104
Binary 10001110 11001110 10010100 11111 0 11100 10011 1111110 101000 1000100

Color Harmonies of #8ECE94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ECE94

Black with #8ECE94

Text Example


Text Example

White with #8ECE94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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