Html Css Color HEX #8DC585 De York

📋 copy color: '#8DC585'

red 141 ◦ green 197 ◦ blue 133

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

Shades of De York #8DC585

Tints of De York #8DC585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.83%

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

R = 29.94%
G = 41.83%
B = 28.24%

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

#8DC585 (or 0x8DC585) is known color: De York. HEX triplet: 8D, C5 and 85. RGB value is (141,197,133). Sum of RGB (Red+Green+Blue) = 141+197+133=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 197 (77.34% from 255 or 41.83% from 471); Blue value is 133 (52.34% from 255 or 28.24% from 471); Max value from RGB is 197 - color contains mainly: green. Hex color #8DC585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC585 is #723A7A. Grayscale: #ADADAD. Windows color (decimal): -7486075 or 8766861. OLE color: 8766861.

HSL color Cylindrical-coordinate representation of color #8DC585: hue angle of 112.5º degrees, saturation: 0.36, 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 #8DC585 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 141 197 133 -
CMYK 0.28 0 0.32 0.23
HSL 112.5º 0.36% 0.65% -
HSV(B) 112.5º 0.32% 0.77% -
XYZ 35.18 47.29 29.46 -
YUV 172.96 105.45 105.2 -
System Red Green Blue C M Y K H S L
Decimal 141 197 133 0.28 0 0.32 0.23 112.5 0.36 0.65
Hex 8D C5 85 1C 0 20 17 70 24 41
Octal 215 305 205 34 0 40 27 160 44 101
Binary 10001101 11000101 10000101 11100 0 100000 10111 1110000 100100 1000001

Color Harmonies of #8DC585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC585

Black with #8DC585

Text Example


Text Example

White with #8DC585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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