Html Css Color HEX #8FD650 Atlantis

📋 copy color: '#8FD650'

red 143 ◦ green 214 ◦ blue 80

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

Shades of Atlantis #8FD650

Tints of Atlantis #8FD650

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.97%

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

R = 32.72%
G = 48.97%
B = 18.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#8FD650 (or 0x8FD650) is known color: Atlantis. HEX triplet: 8F, D6 and 50. RGB value is (143,214,80). Sum of RGB (Red+Green+Blue) = 143+214+80=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 80 (31.64% from 255 or 18.31% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD650 is #7029AF. Grayscale: #B1B1B1. Windows color (decimal): -7350704 or 5297807. OLE color: 5297807.

HSL color Cylindrical-coordinate representation of color #8FD650: hue angle of 91.79º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FD650 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 214 80 -
CMYK 0.33 0 0.63 0.16
HSL 91.79º 0.62% 0.58% -
HSV(B) 91.79º 0.63% 0.84% -
XYZ 36.82 54.51 16.17 -
YUV 177.5 72.98 103.4 -
System Red Green Blue C M Y K H S L
Decimal 143 214 80 0.33 0 0.63 0.16 91.79 0.62 0.58
Hex 8F D6 50 21 0 3F 10 5C 3E 3A
Octal 217 326 120 41 0 77 20 134 76 72
Binary 10001111 11010110 1010000 100001 0 111111 10000 1011100 111110 111010

Color Harmonies of #8FD650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD650

Black with #8FD650

Text Example


Text Example

White with #8FD650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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