Html Css Color HEX #8FDD50 Atlantis

📋 copy color: '#8FDD50'

red 143 ◦ green 221 ◦ blue 80

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

Shades of Atlantis #8FDD50

Tints of Atlantis #8FDD50

RGB

 RED value IS 143 (56.25% from 255) = 32.21%

 GREEN value IS 221 (86.72% from 255) = 49.77%

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

R = 32.21%
G = 49.77%
B = 18.02%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#8FDD50 (or 0x8FDD50) is known color: Atlantis. HEX triplet: 8F, DD and 50. RGB value is (143,221,80). Sum of RGB (Red+Green+Blue) = 143+221+80=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 221 (86.72% from 255 or 49.77% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDD50 is #7022AF. Grayscale: #B6B6B6. Windows color (decimal): -7348912 or 5299599. OLE color: 5299599.

HSL color Cylindrical-coordinate representation of color #8FDD50: hue angle of 93.19º degrees, saturation: 0.67, 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 #8FDD50 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 221 80 -
CMYK 0.35 0 0.64 0.13
HSL 93.19º 0.67% 0.59% -
HSV(B) 93.19º 0.64% 0.87% -
XYZ 38.63 58.13 16.77 -
YUV 181.6 70.66 100.46 -
System Red Green Blue C M Y K H S L
Decimal 143 221 80 0.35 0 0.64 0.13 93.19 0.67 0.59
Hex 8F DD 50 23 0 40 D 5D 43 3B
Octal 217 335 120 43 0 100 15 135 103 73
Binary 10001111 11011101 1010000 100011 0 1000000 1101 1011101 1000011 111011

Color Harmonies of #8FDD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDD50

Black with #8FDD50

Text Example


Text Example

White with #8FDD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,221,80); }

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

background-color css

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

 a { background-color: rgb(143,221,80); }

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

border-color css

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

 span { border-color: rgb(143,221,80); }

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