Html Css Color HEX #8DCA8D De York

📋 copy color: '#8DCA8D'

red 141 ◦ green 202 ◦ blue 141

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

Shades of De York #8DCA8D

Tints of De York #8DCA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 29.13%
G = 41.74%
B = 29.13%

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

#8DCA8D (or 0x8DCA8D) is known color: De York. HEX triplet: 8D, CA and 8D. RGB value is (141,202,141). Sum of RGB (Red+Green+Blue) = 141+202+141=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #8DCA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCA8D is #723572. Grayscale: #B0B0B0. Windows color (decimal): -7484787 or 9292429. OLE color: 9292429.

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

Color convert

RGB 141 202 141 -
CMYK 0.30 0 0.30 0.21
HSL 120º 0.37% 0.67% -
HSV(B) 120º 0.3% 0.79% -
XYZ 36.91 49.83 32.87 -
YUV 176.81 107.79 102.46 -
System Red Green Blue C M Y K H S L
Decimal 141 202 141 0.30 0 0.30 0.21 120 0.37 0.67
Hex 8D CA 8D 1E 0 1E 15 78 25 43
Octal 215 312 215 36 0 36 25 170 45 103
Binary 10001101 11001010 10001101 11110 0 11110 10101 1111000 100101 1000011

Color Harmonies of #8DCA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DCA8D

Black with #8DCA8D

Text Example


Text Example

White with #8DCA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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