Html Css Color HEX #8DC482 De York

📋 copy color: '#8DC482'

red 141 ◦ green 196 ◦ blue 130

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

Shades of De York #8DC482

Tints of De York #8DC482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.84%

R = 30.19%
G = 41.97%
B = 27.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.34

 K value IS 0.23

RGB Variations

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

Color information

#8DC482 (or 0x8DC482) is known color: De York. HEX triplet: 8D, C4 and 82. RGB value is (141,196,130). Sum of RGB (Red+Green+Blue) = 141+196+130=467 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.19% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 130 (51.17% from 255 or 27.84% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC482 is #723B7D. Grayscale: #ACACAC. Windows color (decimal): -7486334 or 8569997. OLE color: 8569997.

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

Color convert

RGB 141 196 130 -
CMYK 0.28 0 0.34 0.23
HSL 110º 0.36% 0.64% -
HSV(B) 110º 0.34% 0.77% -
XYZ 34.75 46.75 28.31 -
YUV 172.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 141 196 130 0.28 0 0.34 0.23 110 0.36 0.64
Hex 8D C4 82 1C 0 22 17 6E 24 40
Octal 215 304 202 34 0 42 27 156 44 100
Binary 10001101 11000100 10000010 11100 0 100010 10111 1101110 100100 1000000

Color Harmonies of #8DC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC482

Black with #8DC482

Text Example


Text Example

White with #8DC482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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