Html Css Color HEX #8DDA82 De York

📋 copy color: '#8DDA82'

red 141 ◦ green 218 ◦ blue 130

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

Shades of De York #8DDA82

Tints of De York #8DDA82

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

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

R = 28.83%
G = 44.58%
B = 26.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#8DDA82 (or 0x8DDA82) is known color: De York. HEX triplet: 8D, DA and 82. RGB value is (141,218,130). Sum of RGB (Red+Green+Blue) = 141+218+130=489 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.83% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA82 is #72257D. Grayscale: #B9B9B9. Windows color (decimal): -7480702 or 8575629. OLE color: 8575629.

HSL color Cylindrical-coordinate representation of color #8DDA82: hue angle of 112.5º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DDA82 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 141 218 130 -
CMYK 0.35 0 0.40 0.15
HSL 112.5º 0.54% 0.68% -
HSV(B) 112.5º 0.4% 0.85% -
XYZ 40.09 57.42 30.09 -
YUV 184.95 96.99 96.66 -
System Red Green Blue C M Y K H S L
Decimal 141 218 130 0.35 0 0.40 0.15 112.5 0.54 0.68
Hex 8D DA 82 23 0 28 F 70 36 44
Octal 215 332 202 43 0 50 17 160 66 104
Binary 10001101 11011010 10000010 100011 0 101000 1111 1110000 110110 1000100

Color Harmonies of #8DDA82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA82

Black with #8DDA82

Text Example


Text Example

White with #8DDA82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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