Html Css Color HEX #8DD382 De York

📋 copy color: '#8DD382'

red 141 ◦ green 211 ◦ blue 130

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

Shades of De York #8DD382

Tints of De York #8DD382

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.78%

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

R = 29.25%
G = 43.78%
B = 26.97%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#8DD382 (or 0x8DD382) is known color: De York. HEX triplet: 8D, D3 and 82. RGB value is (141,211,130). Sum of RGB (Red+Green+Blue) = 141+211+130=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 211 (82.81% from 255 or 43.78% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 211 - color contains mainly: green. Hex color #8DD382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DD382 is #722C7D. Grayscale: #B5B5B5. Windows color (decimal): -7482494 or 8573837. OLE color: 8573837.

HSL color Cylindrical-coordinate representation of color #8DD382: hue angle of 111.85º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8DD382 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 141 211 130 -
CMYK 0.33 0 0.38 0.17
HSL 111.85º 0.48% 0.67% -
HSV(B) 111.85º 0.38% 0.83% -
XYZ 38.31 53.86 29.5 -
YUV 180.84 99.31 99.59 -
System Red Green Blue C M Y K H S L
Decimal 141 211 130 0.33 0 0.38 0.17 111.85 0.48 0.67
Hex 8D D3 82 21 0 26 11 70 30 43
Octal 215 323 202 41 0 46 21 160 60 103
Binary 10001101 11010011 10000010 100001 0 100110 10001 1110000 110000 1000011

Color Harmonies of #8DD382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DD382

Black with #8DD382

Text Example


Text Example

White with #8DD382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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