Html Css Color HEX #8DC485 De York

📋 copy color: '#8DC485'

red 141 ◦ green 196 ◦ blue 133

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

Shades of De York #8DC485

Tints of De York #8DC485

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.7%

 BLUE value IS 133 (52.34% from 255) = 28.3%

R = 30%
G = 41.7%
B = 28.3%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#8DC485 (or 0x8DC485) is known color: De York. HEX triplet: 8D, C4 and 85. RGB value is (141,196,133). Sum of RGB (Red+Green+Blue) = 141+196+133=470 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30% from 470); Green value is 196 (76.95% from 255 or 41.70% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC485 is #723B7A. Grayscale: #ACACAC. Windows color (decimal): -7486331 or 8766605. OLE color: 8766605.

HSL color Cylindrical-coordinate representation of color #8DC485: hue angle of 112.38º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DC485 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 196 133 -
CMYK 0.28 0 0.32 0.23
HSL 112.38º 0.35% 0.65% -
HSV(B) 112.38º 0.32% 0.77% -
XYZ 34.96 46.84 29.39 -
YUV 172.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 141 196 133 0.28 0 0.32 0.23 112.38 0.35 0.65
Hex 8D C4 85 1C 0 20 17 70 23 41
Octal 215 304 205 34 0 40 27 160 43 101
Binary 10001101 11000100 10000101 11100 0 100000 10111 1110000 100011 1000001

Color Harmonies of #8DC485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC485

Black with #8DC485

Text Example


Text Example

White with #8DC485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,196,133); }

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

background-color css

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

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

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

border-color css

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

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

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