Html Css Color HEX #8FED49 Atlantis

📋 copy color: '#8FED49'

red 143 ◦ green 237 ◦ blue 73

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

Shades of Atlantis #8FED49

Tints of Atlantis #8FED49

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.32%

 BLUE value IS 73 (28.91% from 255) = 16.11%

R = 31.57%
G = 52.32%
B = 16.11%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#8FED49 (or 0x8FED49) is known color: Atlantis. HEX triplet: 8F, ED and 49. RGB value is (143,237,73). Sum of RGB (Red+Green+Blue) = 143+237+73=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 73 (28.91% from 255 or 16.11% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED49 is #7012B6. Grayscale: #BEBEBE. Windows color (decimal): -7344823 or 4844943. OLE color: 4844943.

HSL color Cylindrical-coordinate representation of color #8FED49: hue angle of 94.39º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FED49 is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 237 73 -
CMYK 0.40 0 0.69 0.07
HSL 94.39º 0.82% 0.61% -
HSV(B) 94.39º 0.69% 0.93% -
XYZ 42.81 66.89 16.96 -
YUV 190.2 61.86 94.34 -
System Red Green Blue C M Y K H S L
Decimal 143 237 73 0.40 0 0.69 0.07 94.39 0.82 0.61
Hex 8F ED 49 28 0 45 7 5E 52 3D
Octal 217 355 111 50 0 105 7 136 122 75
Binary 10001111 11101101 1001001 101000 0 1000101 111 1011110 1010010 111101

Color Harmonies of #8FED49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FED49

Black with #8FED49

Text Example


Text Example

White with #8FED49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,237,73); }

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

background-color css

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

 a { background-color: rgb(143,237,73); }

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

border-color css

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

 span { border-color: rgb(143,237,73); }

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