Html Css Color HEX #8DCA93 De York

📋 copy color: '#8DCA93'

red 141 ◦ green 202 ◦ blue 147

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

Shades of De York #8DCA93

Tints of De York #8DCA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30%

R = 28.78%
G = 41.22%
B = 30%

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

#8DCA93 (or 0x8DCA93) is known color: De York. HEX triplet: 8D, CA and 93. RGB value is (141,202,147). Sum of RGB (Red+Green+Blue) = 141+202+147=490 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.78% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA93 is #72356C. Grayscale: #B1B1B1. Windows color (decimal): -7484781 or 9685645. OLE color: 9685645.

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

Color convert

RGB 141 202 147 -
CMYK 0.30 0 0.27 0.21
HSL 125.9º 0.37% 0.67% -
HSV(B) 125.9º 0.3% 0.79% -
XYZ 37.37 50.01 35.29 -
YUV 177.49 110.79 101.97 -
System Red Green Blue C M Y K H S L
Decimal 141 202 147 0.30 0 0.27 0.21 125.9 0.37 0.67
Hex 8D CA 93 1E 0 1B 15 7E 25 43
Octal 215 312 223 36 0 33 25 176 45 103
Binary 10001101 11001010 10010011 11110 0 11011 10101 1111110 100101 1000011

Color Harmonies of #8DCA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCA93

Black with #8DCA93

Text Example


Text Example

White with #8DCA93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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