Html Css Color HEX #8DDA80 De York

📋 copy color: '#8DDA80'

red 141 ◦ green 218 ◦ blue 128

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

Shades of De York #8DDA80

Tints of De York #8DDA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 26.28%

R = 28.95%
G = 44.76%
B = 26.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#8DDA80 (or 0x8DDA80) is known color: De York. HEX triplet: 8D, DA and 80. RGB value is (141,218,128). Sum of RGB (Red+Green+Blue) = 141+218+128=487 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.95% from 487); Green value is 218 (85.55% from 255 or 44.76% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 218 - color contains mainly: green. Hex color #8DDA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DDA80 is #72257F. Grayscale: #B9B9B9. Windows color (decimal): -7480704 or 8444557. OLE color: 8444557.

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

Color convert

RGB 141 218 128 -
CMYK 0.35 0 0.41 0.15
HSL 111.33º 0.55% 0.68% -
HSV(B) 111.33º 0.41% 0.85% -
XYZ 39.95 57.36 29.39 -
YUV 184.72 95.99 96.82 -
System Red Green Blue C M Y K H S L
Decimal 141 218 128 0.35 0 0.41 0.15 111.33 0.55 0.68
Hex 8D DA 80 23 0 29 F 6F 37 44
Octal 215 332 200 43 0 51 17 157 67 104
Binary 10001101 11011010 10000000 100011 0 101001 1111 1101111 110111 1000100

Color Harmonies of #8DDA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDA80

Black with #8DDA80

Text Example


Text Example

White with #8DDA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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