Html Css Color HEX #8FD750 Atlantis

📋 copy color: '#8FD750'

red 143 ◦ green 215 ◦ blue 80

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

Shades of Atlantis #8FD750

Tints of Atlantis #8FD750

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

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

R = 32.65%
G = 49.09%
B = 18.26%

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

#8FD750 (or 0x8FD750) is known color: Atlantis. HEX triplet: 8F, D7 and 50. RGB value is (143,215,80). Sum of RGB (Red+Green+Blue) = 143+215+80=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD750 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD750 is #7028AF. Grayscale: #B2B2B2. Windows color (decimal): -7350448 or 5298063. OLE color: 5298063.

HSL color Cylindrical-coordinate representation of color #8FD750: hue angle of 92º degrees, saturation: 0.63, 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 #8FD750 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 143 215 80 -
CMYK 0.33 0 0.63 0.16
HSL 92º 0.63% 0.58% -
HSV(B) 92º 0.63% 0.84% -
XYZ 37.08 55.02 16.26 -
YUV 178.08 72.65 102.98 -
System Red Green Blue C M Y K H S L
Decimal 143 215 80 0.33 0 0.63 0.16 92 0.63 0.58
Hex 8F D7 50 21 0 3F 10 5C 3F 3A
Octal 217 327 120 41 0 77 20 134 77 72
Binary 10001111 11010111 1010000 100001 0 111111 10000 1011100 111111 111010

Color Harmonies of #8FD750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD750

Black with #8FD750

Text Example


Text Example

White with #8FD750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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