Html Css Color HEX #8DC481 De York

📋 copy color: '#8DC481'

red 141 ◦ green 196 ◦ blue 129

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

Shades of De York #8DC481

Tints of De York #8DC481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 30.26%
G = 42.06%
B = 27.68%

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

#8DC481 (or 0x8DC481) is known color: De York. HEX triplet: 8D, C4 and 81. RGB value is (141,196,129). Sum of RGB (Red+Green+Blue) = 141+196+129=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 196 (76.95% from 255 or 42.06% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 196 - color contains mainly: green. Hex color #8DC481 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DC481 is #723B7E. Grayscale: #ACACAC. Windows color (decimal): -7486335 or 8504461. OLE color: 8504461.

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

Color convert

RGB 141 196 129 -
CMYK 0.28 0 0.34 0.23
HSL 109.25º 0.36% 0.64% -
HSV(B) 109.25º 0.34% 0.77% -
XYZ 34.69 46.73 27.96 -
YUV 171.92 103.78 105.95 -
System Red Green Blue C M Y K H S L
Decimal 141 196 129 0.28 0 0.34 0.23 109.25 0.36 0.64
Hex 8D C4 81 1C 0 22 17 6D 24 40
Octal 215 304 201 34 0 42 27 155 44 100
Binary 10001101 11000100 10000001 11100 0 100010 10111 1101101 100100 1000000

Color Harmonies of #8DC481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DC481

Black with #8DC481

Text Example


Text Example

White with #8DC481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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