Html Css Color HEX #8FDF50 Atlantis

📋 copy color: '#8FDF50'

red 143 ◦ green 223 ◦ blue 80

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

Shades of Atlantis #8FDF50

Tints of Atlantis #8FDF50

RGB

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

 GREEN value IS 223 (87.5% from 255) = 50%

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

R = 32.06%
G = 50%
B = 17.94%

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

#8FDF50 (or 0x8FDF50) is known color: Atlantis. HEX triplet: 8F, DF and 50. RGB value is (143,223,80). Sum of RGB (Red+Green+Blue) = 143+223+80=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 80 (31.64% from 255 or 17.94% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDF50 is #7020AF. Grayscale: #B7B7B7. Windows color (decimal): -7348400 or 5300111. OLE color: 5300111.

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

Color convert

RGB 143 223 80 -
CMYK 0.36 0 0.64 0.13
HSL 93.57º 0.69% 0.59% -
HSV(B) 93.57º 0.64% 0.87% -
XYZ 39.16 59.19 16.95 -
YUV 182.78 70 99.63 -
System Red Green Blue C M Y K H S L
Decimal 143 223 80 0.36 0 0.64 0.13 93.57 0.69 0.59
Hex 8F DF 50 24 0 40 D 5E 45 3B
Octal 217 337 120 44 0 100 15 136 105 73
Binary 10001111 11011111 1010000 100100 0 1000000 1101 1011110 1000101 111011

Color Harmonies of #8FDF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDF50

Black with #8FDF50

Text Example


Text Example

White with #8FDF50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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