Html Css Color HEX #8FD048 Atlantis

📋 copy color: '#8FD048'

red 143 ◦ green 208 ◦ blue 72

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

Shades of Atlantis #8FD048

Tints of Atlantis #8FD048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.17%

 BLUE value IS 72 (28.52% from 255) = 17.02%

R = 33.81%
G = 49.17%
B = 17.02%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#8FD048 (or 0x8FD048) is known color: Atlantis. HEX triplet: 8F, D0 and 48. RGB value is (143,208,72). Sum of RGB (Red+Green+Blue) = 143+208+72=423 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.81% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 72 (28.52% from 255 or 17.02% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #8FD048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD048 is #702FB7. Grayscale: #ADADAD. Windows color (decimal): -7352248 or 4771983. OLE color: 4771983.

HSL color Cylindrical-coordinate representation of color #8FD048: hue angle of 88.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8FD048 is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 143 208 72 -
CMYK 0.31 0 0.65 0.18
HSL 88.68º 0.59% 0.55% -
HSV(B) 88.68º 0.65% 0.82% -
XYZ 35.05 51.42 14.21 -
YUV 173.06 70.97 106.56 -
System Red Green Blue C M Y K H S L
Decimal 143 208 72 0.31 0 0.65 0.18 88.68 0.59 0.55
Hex 8F D0 48 1F 0 41 12 59 3B 37
Octal 217 320 110 37 0 101 22 131 73 67
Binary 10001111 11010000 1001000 11111 0 1000001 10010 1011001 111011 110111

Color Harmonies of #8FD048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FD048

Black with #8FD048

Text Example


Text Example

White with #8FD048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,208,72); }

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

background-color css

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

 a { background-color: rgb(143,208,72); }

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

border-color css

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

 span { border-color: rgb(143,208,72); }

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