Shades of Atlantis #8DF144
Tints of Atlantis #8DF144
RGB
CMYK
RGB Variations
Color information
#8DF144 (or 0x8DF144) is known color: Atlantis. HEX triplet: 8D, F1 and 44. RGB value is (141,241,68). Sum of RGB (Red+Green+Blue) = 141+241+68=450 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.33% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 68 (26.95% from 255 or 15.11% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF144 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DF144 is #720EBB. Grayscale: #BFBFBF. Windows color (decimal): -7474876 or 4518285. OLE color: 4518285.
HSL color Cylindrical-coordinate representation of color #8DF144: hue angle of 94.68º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DF144 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 241 | 68 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.05 |
| HSL | 94.68º | 0.86% | 0.61% | - |
| HSV(B) | 94.68º | 0.72% | 0.95% | - |
| XYZ | 43.48 | 68.99 | 16.49 | - |
| YUV | 191.38 | 58.37 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 241 | 68 | 0.41 | 0 | 0.72 | 0.05 | 94.68 | 0.86 | 0.61 |
| Hex | 8D | F1 | 44 | 29 | 0 | 48 | 5 | 5F | 56 | 3D |
| Octal | 215 | 361 | 104 | 51 | 0 | 110 | 5 | 137 | 126 | 75 |
| Binary | 10001101 | 11110001 | 1000100 | 101001 | 0 | 1001000 | 101 | 1011111 | 1010110 | 111101 |
Color Harmonies of #8DF144
Complementary color
Monochromatic Colors of #8DF144
Black with #8DF144
Text Example
Text Example
White with #8DF144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF144; }
p { color: rgb(141,241,68); }
H1.HeaderClassName
{
color: #8DF144;
}
.AnyTagClassName
{
color: #8DF144;
}
</style>
background-color css
<style>
a { background-color: #8DF144; }
a { background-color: rgb(141,241,68); }
div.DivClassName
{
background-color: #8DF144;
}
.BgClassName
{
background-color: #8DF144;
}
</style>
border-color css
<style>
span { border-color: #8DF144; }
span { border-color: rgb(141,241,68); }
td.TdClassName
{
border-color: #8DF144;
}
.TagClassName
{
border-color: #8DF144;
}
</style>