Shades of Atlantis #ABCD41
Tints of Atlantis #ABCD41
RGB
CMYK
RGB Variations
Color information
#ABCD41 (or 0xABCD41) is known color: Atlantis. HEX triplet: AB, CD and 41. RGB value is (171,205,65). Sum of RGB (Red+Green+Blue) = 171+205+65=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 205 (80.47% from 255 or 46.49% from 441); Blue value is 65 (25.78% from 255 or 14.74% from 441); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCD41 is #5432BE. Grayscale: #B3B3B3. Windows color (decimal): -5518015 or 4312491. OLE color: 4312491.
HSL color Cylindrical-coordinate representation of color #ABCD41: hue angle of 74.57º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ABCD41 is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 65 | - |
| CMYK | 0.17 | 0 | 0.68 | 0.20 |
| HSL | 74.57º | 0.58% | 0.53% | - |
| HSV(B) | 74.57º | 0.68% | 0.8% | - |
| XYZ | 39.58 | 52.7 | 13.09 | - |
| YUV | 178.87 | 63.74 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 65 | 0.17 | 0 | 0.68 | 0.20 | 74.57 | 0.58 | 0.53 |
| Hex | AB | CD | 41 | 11 | 0 | 44 | 14 | 4B | 3A | 35 |
| Octal | 253 | 315 | 101 | 21 | 0 | 104 | 24 | 113 | 72 | 65 |
| Binary | 10101011 | 11001101 | 1000001 | 10001 | 0 | 1000100 | 10100 | 1001011 | 111010 | 110101 |
Color Harmonies of #ABCD41
Complementary color
Monochromatic Colors of #ABCD41
Black with #ABCD41
Text Example
Text Example
White with #ABCD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD41; }
p { color: rgb(171,205,65); }
H1.HeaderClassName
{
color: #ABCD41;
}
.AnyTagClassName
{
color: #ABCD41;
}
</style>
background-color css
<style>
a { background-color: #ABCD41; }
a { background-color: rgb(171,205,65); }
div.DivClassName
{
background-color: #ABCD41;
}
.BgClassName
{
background-color: #ABCD41;
}
</style>
border-color css
<style>
span { border-color: #ABCD41; }
span { border-color: rgb(171,205,65); }
td.TdClassName
{
border-color: #ABCD41;
}
.TagClassName
{
border-color: #ABCD41;
}
</style>