Shades of Atlantis #ABCF37
Tints of Atlantis #ABCF37
RGB
CMYK
RGB Variations
Color information
#ABCF37 (or 0xABCF37) is known color: Atlantis. HEX triplet: AB, CF and 37. RGB value is (171,207,55). Sum of RGB (Red+Green+Blue) = 171+207+55=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 55 (21.88% from 255 or 12.70% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABCF37 is #5430C8. Grayscale: #B3B3B3. Windows color (decimal): -5517513 or 3657643. OLE color: 3657643.
HSL color Cylindrical-coordinate representation of color #ABCF37: hue angle of 74.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABCF37 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 55 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.19 |
| HSL | 74.21º | 0.61% | 0.51% | - |
| HSV(B) | 74.21º | 0.73% | 0.81% | - |
| XYZ | 39.8 | 53.56 | 11.85 | - |
| YUV | 178.91 | 58.07 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 55 | 0.17 | 0 | 0.73 | 0.19 | 74.21 | 0.61 | 0.51 |
| Hex | AB | CF | 37 | 11 | 0 | 49 | 13 | 4A | 3D | 33 |
| Octal | 253 | 317 | 67 | 21 | 0 | 111 | 23 | 112 | 75 | 63 |
| Binary | 10101011 | 11001111 | 110111 | 10001 | 0 | 1001001 | 10011 | 1001010 | 111101 | 110011 |
Color Harmonies of #ABCF37
Complementary color
Monochromatic Colors of #ABCF37
Black with #ABCF37
Text Example
Text Example
White with #ABCF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCF37; }
p { color: rgb(171,207,55); }
H1.HeaderClassName
{
color: #ABCF37;
}
.AnyTagClassName
{
color: #ABCF37;
}
</style>
background-color css
<style>
a { background-color: #ABCF37; }
a { background-color: rgb(171,207,55); }
div.DivClassName
{
background-color: #ABCF37;
}
.BgClassName
{
background-color: #ABCF37;
}
</style>
border-color css
<style>
span { border-color: #ABCF37; }
span { border-color: rgb(171,207,55); }
td.TdClassName
{
border-color: #ABCF37;
}
.TagClassName
{
border-color: #ABCF37;
}
</style>