Html Css Color HEX #8EC88C De York

📋 copy color: '#8EC88C'

red 142 ◦ green 200 ◦ blue 140

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

Shades of De York #8EC88C

Tints of De York #8EC88C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 29.46%
G = 41.49%
B = 29.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#8EC88C (or 0x8EC88C) is known color: De York. HEX triplet: 8E, C8 and 8C. RGB value is (142,200,140). Sum of RGB (Red+Green+Blue) = 142+200+140=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #8EC88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EC88C is #713773. Grayscale: #B0B0B0. Windows color (decimal): -7419764 or 9226382. OLE color: 9226382.

HSL color Cylindrical-coordinate representation of color #8EC88C: hue angle of 118º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8EC88C is Cyan = 0.29, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 142 200 140 -
CMYK 0.29 0 0.3 0.22
HSL 118º 0.35% 0.67% -
HSV(B) 118º 0.3% 0.78% -
XYZ 36.54 48.95 32.33 -
YUV 175.82 107.78 103.88 -
System Red Green Blue C M Y K H S L
Decimal 142 200 140 0.29 0 0.3 0.22 118 0.35 0.67
Hex 8E C8 8C 1D 0 1E 16 76 23 43
Octal 216 310 214 35 0 36 26 166 43 103
Binary 10001110 11001000 10001100 11101 0 11110 10110 1110110 100011 1000011

Color Harmonies of #8EC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EC88C

Black with #8EC88C

Text Example


Text Example

White with #8EC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,200,140); }

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

background-color css

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

 a { background-color: rgb(142,200,140); }

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

border-color css

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

 span { border-color: rgb(142,200,140); }

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