Html Css Color HEX #8DCA94 De York

📋 copy color: '#8DCA94'

red 141 ◦ green 202 ◦ blue 148

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

Shades of De York #8DCA94

Tints of De York #8DCA94

RGB

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

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

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

R = 28.72%
G = 41.14%
B = 30.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#8DCA94 (or 0x8DCA94) is known color: De York. HEX triplet: 8D, CA and 94. RGB value is (141,202,148). Sum of RGB (Red+Green+Blue) = 141+202+148=491 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.72% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 148 (58.20% from 255 or 30.14% from 491); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA94 is #72356B. Grayscale: #B1B1B1. Windows color (decimal): -7484780 or 9751181. OLE color: 9751181.

HSL color Cylindrical-coordinate representation of color #8DCA94: hue angle of 126.89º 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 #8DCA94 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 202 148 -
CMYK 0.30 0 0.27 0.21
HSL 126.89º 0.37% 0.67% -
HSV(B) 126.89º 0.3% 0.79% -
XYZ 37.45 50.04 35.7 -
YUV 177.61 111.29 101.89 -
System Red Green Blue C M Y K H S L
Decimal 141 202 148 0.30 0 0.27 0.21 126.89 0.37 0.67
Hex 8D CA 94 1E 0 1B 15 7F 25 43
Octal 215 312 224 36 0 33 25 177 45 103
Binary 10001101 11001010 10010100 11110 0 11011 10101 1111111 100101 1000011

Color Harmonies of #8DCA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCA94

Black with #8DCA94

Text Example


Text Example

White with #8DCA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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