Html Css Color HEX #8FDF46 Atlantis

📋 copy color: '#8FDF46'

red 143 ◦ green 223 ◦ blue 70

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

Shades of Atlantis #8FDF46

Tints of Atlantis #8FDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 16.06%

R = 32.8%
G = 51.15%
B = 16.06%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#8FDF46 (or 0x8FDF46) is known color: Atlantis. HEX triplet: 8F, DF and 46. RGB value is (143,223,70). Sum of RGB (Red+Green+Blue) = 143+223+70=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 70 (27.73% from 255 or 16.06% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDF46 is #7020B9. Grayscale: #B6B6B6. Windows color (decimal): -7348410 or 4644751. OLE color: 4644751.

HSL color Cylindrical-coordinate representation of color #8FDF46: hue angle of 91.37º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FDF46 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.

Color convert

RGB 143 223 70 -
CMYK 0.36 0 0.69 0.13
HSL 91.37º 0.71% 0.57% -
HSV(B) 91.37º 0.69% 0.87% -
XYZ 38.82 59.06 15.15 -
YUV 181.64 65 100.44 -
System Red Green Blue C M Y K H S L
Decimal 143 223 70 0.36 0 0.69 0.13 91.37 0.71 0.57
Hex 8F DF 46 24 0 45 D 5B 47 39
Octal 217 337 106 44 0 105 15 133 107 71
Binary 10001111 11011111 1000110 100100 0 1000101 1101 1011011 1000111 111001

Color Harmonies of #8FDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDF46

Black with #8FDF46

Text Example


Text Example

White with #8FDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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