Shades of Sulu #ABFF69
Tints of Sulu #ABFF69
RGB
CMYK
RGB Variations
Color information
#ABFF69 (or 0xABFF69) is known color: Sulu. HEX triplet: AB, FF and 69. RGB value is (171,255,105). Sum of RGB (Red+Green+Blue) = 171+255+105=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFF69 is #540096. Grayscale: #D5D5D5. Windows color (decimal): -5505175 or 6946731. OLE color: 6946731.
HSL color Cylindrical-coordinate representation of color #ABFF69: hue angle of 93.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABFF69 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 171 | 255 | 105 | - |
| CMYK | 0.33 | 0 | 0.59 | 0 |
| HSL | 93.6º | 1% | 0.71% | - |
| HSV(B) | 93.6º | 0.59% | 1% | - |
| XYZ | 55.1 | 81.2 | 26.13 | - |
| YUV | 212.78 | 67.17 | 98.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 255 | 105 | 0.33 | 0 | 0.59 | 0 | 93.6 | 1 | 0.71 |
| Hex | AB | FF | 69 | 21 | 0 | 3B | 0 | 5E | 64 | 47 |
| Octal | 253 | 377 | 151 | 41 | 0 | 73 | 0 | 136 | 144 | 107 |
| Binary | 10101011 | 11111111 | 1101001 | 100001 | 0 | 111011 | 0 | 1011110 | 1100100 | 1000111 |
Color Harmonies of #ABFF69
Complementary color
Monochromatic Colors of #ABFF69
Black with #ABFF69
Text Example
Text Example
White with #ABFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFF69; }
p { color: rgb(171,255,105); }
H1.HeaderClassName
{
color: #ABFF69;
}
.AnyTagClassName
{
color: #ABFF69;
}
</style>
background-color css
<style>
a { background-color: #ABFF69; }
a { background-color: rgb(171,255,105); }
div.DivClassName
{
background-color: #ABFF69;
}
.BgClassName
{
background-color: #ABFF69;
}
</style>
border-color css
<style>
span { border-color: #ABFF69; }
span { border-color: rgb(171,255,105); }
td.TdClassName
{
border-color: #ABFF69;
}
.TagClassName
{
border-color: #ABFF69;
}
</style>