Html Css Color HEX #8FDB50 Atlantis

📋 copy color: '#8FDB50'

red 143 ◦ green 219 ◦ blue 80

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

Shades of Atlantis #8FDB50

Tints of Atlantis #8FDB50

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.55%

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

R = 32.35%
G = 49.55%
B = 18.1%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#8FDB50 (or 0x8FDB50) is known color: Atlantis. HEX triplet: 8F, DB and 50. RGB value is (143,219,80). Sum of RGB (Red+Green+Blue) = 143+219+80=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 219 (85.94% from 255 or 49.55% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDB50 is #7024AF. Grayscale: #B4B4B4. Windows color (decimal): -7349424 or 5299087. OLE color: 5299087.

HSL color Cylindrical-coordinate representation of color #8FDB50: hue angle of 92.81º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FDB50 is Cyan = 0.35, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 219 80 -
CMYK 0.35 0 0.63 0.14
HSL 92.81º 0.66% 0.59% -
HSV(B) 92.81º 0.63% 0.86% -
XYZ 38.11 57.08 16.6 -
YUV 180.43 71.32 101.3 -
System Red Green Blue C M Y K H S L
Decimal 143 219 80 0.35 0 0.63 0.14 92.81 0.66 0.59
Hex 8F DB 50 23 0 3F E 5D 42 3B
Octal 217 333 120 43 0 77 16 135 102 73
Binary 10001111 11011011 1010000 100011 0 111111 1110 1011101 1000010 111011

Color Harmonies of #8FDB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDB50

Black with #8FDB50

Text Example


Text Example

White with #8FDB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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