Html Css Color HEX #8DDE50 Atlantis

📋 copy color: '#8DDE50'

red 141 ◦ green 222 ◦ blue 80

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

Shades of Atlantis #8DDE50

Tints of Atlantis #8DDE50

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.11%

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 31.83%
G = 50.11%
B = 18.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8DDE50 (or 0x8DDE50) is known color: Atlantis. HEX triplet: 8D, DE and 50. RGB value is (141,222,80). Sum of RGB (Red+Green+Blue) = 141+222+80=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #8DDE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DDE50 is #7221AF. Grayscale: #B6B6B6. Windows color (decimal): -7479728 or 5299853. OLE color: 5299853.

HSL color Cylindrical-coordinate representation of color #8DDE50: hue angle of 94.23º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DDE50 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 222 80 -
CMYK 0.36 0 0.64 0.13
HSL 94.23º 0.68% 0.59% -
HSV(B) 94.23º 0.64% 0.87% -
XYZ 38.55 58.48 16.85 -
YUV 181.59 70.66 99.05 -
System Red Green Blue C M Y K H S L
Decimal 141 222 80 0.36 0 0.64 0.13 94.23 0.68 0.59
Hex 8D DE 50 24 0 40 D 5E 44 3B
Octal 215 336 120 44 0 100 15 136 104 73
Binary 10001101 11011110 1010000 100100 0 1000000 1101 1011110 1000100 111011

Color Harmonies of #8DDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DDE50

Black with #8DDE50

Text Example


Text Example

White with #8DDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,222,80); }

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

background-color css

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

 a { background-color: rgb(141,222,80); }

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

border-color css

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

 span { border-color: rgb(141,222,80); }

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