Shades of Atlantis #8BDF41
Tints of Atlantis #8BDF41
RGB
CMYK
RGB Variations
Color information
#8BDF41 (or 0x8BDF41) is known color: Atlantis. HEX triplet: 8B, DF and 41. RGB value is (139,223,65). Sum of RGB (Red+Green+Blue) = 139+223+65=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 223 (87.5% from 255 or 52.22% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDF41 is #7420BE. Grayscale: #B4B4B4. Windows color (decimal): -7610559 or 4317067. OLE color: 4317067.
HSL color Cylindrical-coordinate representation of color #8BDF41: hue angle of 91.9º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8BDF41 is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 223 | 65 | - |
| CMYK | 0.38 | 0 | 0.71 | 0.13 |
| HSL | 91.9º | 0.71% | 0.56% | - |
| HSV(B) | 91.9º | 0.71% | 0.87% | - |
| XYZ | 37.99 | 58.65 | 14.32 | - |
| YUV | 179.87 | 63.17 | 98.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 65 | 0.38 | 0 | 0.71 | 0.13 | 91.9 | 0.71 | 0.56 |
| Hex | 8B | DF | 41 | 26 | 0 | 47 | D | 5C | 47 | 38 |
| Octal | 213 | 337 | 101 | 46 | 0 | 107 | 15 | 134 | 107 | 70 |
| Binary | 10001011 | 11011111 | 1000001 | 100110 | 0 | 1000111 | 1101 | 1011100 | 1000111 | 111000 |
Color Harmonies of #8BDF41
Complementary color
Monochromatic Colors of #8BDF41
Black with #8BDF41
Text Example
Text Example
White with #8BDF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDF41; }
p { color: rgb(139,223,65); }
H1.HeaderClassName
{
color: #8BDF41;
}
.AnyTagClassName
{
color: #8BDF41;
}
</style>
background-color css
<style>
a { background-color: #8BDF41; }
a { background-color: rgb(139,223,65); }
div.DivClassName
{
background-color: #8BDF41;
}
.BgClassName
{
background-color: #8BDF41;
}
</style>
border-color css
<style>
span { border-color: #8BDF41; }
span { border-color: rgb(139,223,65); }
td.TdClassName
{
border-color: #8BDF41;
}
.TagClassName
{
border-color: #8BDF41;
}
</style>