Shades of Sulu #ABFD73
Tints of Sulu #ABFD73
RGB
CMYK
RGB Variations
Color information
#ABFD73 (or 0xABFD73) is known color: Sulu. HEX triplet: AB, FD and 73. RGB value is (171,253,115). Sum of RGB (Red+Green+Blue) = 171+253+115=539 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.73% from 539); Green value is 253 (99.22% from 255 or 46.94% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD73 is #54028C. Grayscale: #D5D5D5. Windows color (decimal): -5505677 or 7601579. OLE color: 7601579.
HSL color Cylindrical-coordinate representation of color #ABFD73: hue angle of 95.65º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABFD73 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 115 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.01 |
| HSL | 95.65º | 0.97% | 0.72% | - |
| HSV(B) | 95.65º | 0.55% | 0.99% | - |
| XYZ | 55.01 | 80.15 | 28.79 | - |
| YUV | 212.75 | 72.83 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 115 | 0.32 | 0 | 0.55 | 0.01 | 95.65 | 0.97 | 0.72 |
| Hex | AB | FD | 73 | 20 | 0 | 37 | 1 | 60 | 61 | 48 |
| Octal | 253 | 375 | 163 | 40 | 0 | 67 | 1 | 140 | 141 | 110 |
| Binary | 10101011 | 11111101 | 1110011 | 100000 | 0 | 110111 | 1 | 1100000 | 1100001 | 1001000 |
Color Harmonies of #ABFD73
Complementary color
Monochromatic Colors of #ABFD73
Black with #ABFD73
Text Example
Text Example
White with #ABFD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD73; }
p { color: rgb(171,253,115); }
H1.HeaderClassName
{
color: #ABFD73;
}
.AnyTagClassName
{
color: #ABFD73;
}
</style>
background-color css
<style>
a { background-color: #ABFD73; }
a { background-color: rgb(171,253,115); }
div.DivClassName
{
background-color: #ABFD73;
}
.BgClassName
{
background-color: #ABFD73;
}
</style>
border-color css
<style>
span { border-color: #ABFD73; }
span { border-color: rgb(171,253,115); }
td.TdClassName
{
border-color: #ABFD73;
}
.TagClassName
{
border-color: #ABFD73;
}
</style>