Html Css Color HEX #8DCA8E De York

📋 copy color: '#8DCA8E'

red 141 ◦ green 202 ◦ blue 142

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

Shades of De York #8DCA8E

Tints of De York #8DCA8E

RGB

 RED value IS 141 (55.47% from 255) = 29.07%

 GREEN value IS 202 (79.3% from 255) = 41.65%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 29.07%
G = 41.65%
B = 29.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#8DCA8E (or 0x8DCA8E) is known color: De York. HEX triplet: 8D, CA and 8E. RGB value is (141,202,142). Sum of RGB (Red+Green+Blue) = 141+202+142=485 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.07% from 485); Green value is 202 (79.30% from 255 or 41.65% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA8E is #723571. Grayscale: #B1B1B1. Windows color (decimal): -7484786 or 9357965. OLE color: 9357965.

HSL color Cylindrical-coordinate representation of color #8DCA8E: hue angle of 120.98º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8DCA8E is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 202 142 -
CMYK 0.30 0 0.30 0.21
HSL 120.98º 0.37% 0.67% -
HSV(B) 120.98º 0.3% 0.79% -
XYZ 36.99 49.86 33.27 -
YUV 176.92 108.29 102.38 -
System Red Green Blue C M Y K H S L
Decimal 141 202 142 0.30 0 0.30 0.21 120.98 0.37 0.67
Hex 8D CA 8E 1E 0 1E 15 79 25 43
Octal 215 312 216 36 0 36 25 171 45 103
Binary 10001101 11001010 10001110 11110 0 11110 10101 1111001 100101 1000011

Color Harmonies of #8DCA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCA8E

Black with #8DCA8E

Text Example


Text Example

White with #8DCA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,202,142); }

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

background-color css

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

 a { background-color: rgb(141,202,142); }

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

border-color css

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

 span { border-color: rgb(141,202,142); }

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