Shades of Sulu #ABFD6C
Tints of Sulu #ABFD6C
RGB
CMYK
RGB Variations
Color information
#ABFD6C (or 0xABFD6C) is known color: Sulu. HEX triplet: AB, FD and 6C. RGB value is (171,253,108). Sum of RGB (Red+Green+Blue) = 171+253+108=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 108 (42.58% from 255 or 20.30% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #ABFD6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFD6C is #540293. Grayscale: #D4D4D4. Windows color (decimal): -5505684 or 7142827. OLE color: 7142827.
HSL color Cylindrical-coordinate representation of color #ABFD6C: hue angle of 93.93º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ABFD6C is Cyan = 0.32, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 171 | 253 | 108 | - |
| CMYK | 0.32 | 0 | 0.57 | 0.01 |
| HSL | 93.93º | 0.97% | 0.71% | - |
| HSV(B) | 93.93º | 0.57% | 0.99% | - |
| XYZ | 54.63 | 79.99 | 26.75 | - |
| YUV | 211.95 | 69.33 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 253 | 108 | 0.32 | 0 | 0.57 | 0.01 | 93.93 | 0.97 | 0.71 |
| Hex | AB | FD | 6C | 20 | 0 | 39 | 1 | 5E | 61 | 47 |
| Octal | 253 | 375 | 154 | 40 | 0 | 71 | 1 | 136 | 141 | 107 |
| Binary | 10101011 | 11111101 | 1101100 | 100000 | 0 | 111001 | 1 | 1011110 | 1100001 | 1000111 |
Color Harmonies of #ABFD6C
Complementary color
Monochromatic Colors of #ABFD6C
Black with #ABFD6C
Text Example
Text Example
White with #ABFD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFD6C; }
p { color: rgb(171,253,108); }
H1.HeaderClassName
{
color: #ABFD6C;
}
.AnyTagClassName
{
color: #ABFD6C;
}
</style>
background-color css
<style>
a { background-color: #ABFD6C; }
a { background-color: rgb(171,253,108); }
div.DivClassName
{
background-color: #ABFD6C;
}
.BgClassName
{
background-color: #ABFD6C;
}
</style>
border-color css
<style>
span { border-color: #ABFD6C; }
span { border-color: rgb(171,253,108); }
td.TdClassName
{
border-color: #ABFD6C;
}
.TagClassName
{
border-color: #ABFD6C;
}
</style>