Html Css Color HEX #8FDE50 Atlantis

📋 copy color: '#8FDE50'

red 143 ◦ green 222 ◦ blue 80

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

Shades of Atlantis #8FDE50

Tints of Atlantis #8FDE50

RGB

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

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

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

R = 32.13%
G = 49.89%
B = 17.98%

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

#8FDE50 (or 0x8FDE50) is known color: Atlantis. HEX triplet: 8F, DE and 50. RGB value is (143,222,80). Sum of RGB (Red+Green+Blue) = 143+222+80=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #8FDE50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDE50 is #7021AF. Grayscale: #B6B6B6. Windows color (decimal): -7348656 or 5299855. OLE color: 5299855.

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

Color convert

RGB 143 222 80 -
CMYK 0.36 0 0.64 0.13
HSL 93.38º 0.68% 0.59% -
HSV(B) 93.38º 0.64% 0.87% -
XYZ 38.9 58.66 16.86 -
YUV 182.19 70.33 100.05 -
System Red Green Blue C M Y K H S L
Decimal 143 222 80 0.36 0 0.64 0.13 93.38 0.68 0.59
Hex 8F DE 50 24 0 40 D 5D 44 3B
Octal 217 336 120 44 0 100 15 135 104 73
Binary 10001111 11011110 1010000 100100 0 1000000 1101 1011101 1000100 111011

Color Harmonies of #8FDE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDE50

Black with #8FDE50

Text Example


Text Example

White with #8FDE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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