Shades of Sulu #ABFD6B
Tints of Sulu #ABFD6B
RGB
CMYK
RGB Variations
Color information
#ABFD6B (or 0xABFD6B) is known color: Sulu. HEX triplet: AB, FD and 6B. RGB value is (171,253,107). Sum of RGB (Red+Green+Blue) = 171+253+107=531 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.20% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD6B is #540294. Grayscale: #D4D4D4. Windows color (decimal): -5505685 or 7077291. OLE color: 7077291.
HSL color Cylindrical-coordinate representation of color #ABFD6B: hue angle of 93.7º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ABFD6B is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 107 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.01 |
| HSL | 93.7º | 0.97% | 0.71% | - |
| HSV(B) | 93.7º | 0.58% | 0.99% | - |
| XYZ | 54.57 | 79.97 | 26.47 | - |
| YUV | 211.84 | 68.83 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 107 | 0.32 | 0 | 0.58 | 0.01 | 93.7 | 0.97 | 0.71 |
| Hex | AB | FD | 6B | 20 | 0 | 3A | 1 | 5E | 61 | 47 |
| Octal | 253 | 375 | 153 | 40 | 0 | 72 | 1 | 136 | 141 | 107 |
| Binary | 10101011 | 11111101 | 1101011 | 100000 | 0 | 111010 | 1 | 1011110 | 1100001 | 1000111 |
Color Harmonies of #ABFD6B
Complementary color
Monochromatic Colors of #ABFD6B
Black with #ABFD6B
Text Example
Text Example
White with #ABFD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD6B; }
p { color: rgb(171,253,107); }
H1.HeaderClassName
{
color: #ABFD6B;
}
.AnyTagClassName
{
color: #ABFD6B;
}
</style>
background-color css
<style>
a { background-color: #ABFD6B; }
a { background-color: rgb(171,253,107); }
div.DivClassName
{
background-color: #ABFD6B;
}
.BgClassName
{
background-color: #ABFD6B;
}
</style>
border-color css
<style>
span { border-color: #ABFD6B; }
span { border-color: rgb(171,253,107); }
td.TdClassName
{
border-color: #ABFD6B;
}
.TagClassName
{
border-color: #ABFD6B;
}
</style>