Shades of Sulu #ABFB6D
Tints of Sulu #ABFB6D
RGB
CMYK
RGB Variations
Color information
#ABFB6D (or 0xABFB6D) is known color: Sulu. HEX triplet: AB, FB and 6D. RGB value is (171,251,109). Sum of RGB (Red+Green+Blue) = 171+251+109=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFB6D is #540492. Grayscale: #D3D3D3. Windows color (decimal): -5506195 or 7207851. OLE color: 7207851.
HSL color Cylindrical-coordinate representation of color #ABFB6D: hue angle of 93.8º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFB6D is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 171 | 251 | 109 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.02 |
| HSL | 93.8º | 0.95% | 0.71% | - |
| HSV(B) | 93.8º | 0.57% | 0.98% | - |
| XYZ | 54.05 | 78.76 | 26.82 | - |
| YUV | 210.89 | 70.5 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 251 | 109 | 0.32 | 0 | 0.57 | 0.02 | 93.8 | 0.95 | 0.71 |
| Hex | AB | FB | 6D | 20 | 0 | 39 | 2 | 5E | 5F | 47 |
| Octal | 253 | 373 | 155 | 40 | 0 | 71 | 2 | 136 | 137 | 107 |
| Binary | 10101011 | 11111011 | 1101101 | 100000 | 0 | 111001 | 10 | 1011110 | 1011111 | 1000111 |
Color Harmonies of #ABFB6D
Complementary color
Monochromatic Colors of #ABFB6D
Black with #ABFB6D
Text Example
Text Example
White with #ABFB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFB6D; }
p { color: rgb(171,251,109); }
H1.HeaderClassName
{
color: #ABFB6D;
}
.AnyTagClassName
{
color: #ABFB6D;
}
</style>
background-color css
<style>
a { background-color: #ABFB6D; }
a { background-color: rgb(171,251,109); }
div.DivClassName
{
background-color: #ABFB6D;
}
.BgClassName
{
background-color: #ABFB6D;
}
</style>
border-color css
<style>
span { border-color: #ABFB6D; }
span { border-color: rgb(171,251,109); }
td.TdClassName
{
border-color: #ABFB6D;
}
.TagClassName
{
border-color: #ABFB6D;
}
</style>