Shades of Sulu #ABFE69
Tints of Sulu #ABFE69
RGB
CMYK
RGB Variations
Color information
#ABFE69 (or 0xABFE69) is known color: Sulu. HEX triplet: AB, FE and 69. RGB value is (171,254,105). Sum of RGB (Red+Green+Blue) = 171+254+105=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #ABFE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABFE69 is #540196. Grayscale: #D4D4D4. Windows color (decimal): -5505431 or 6946475. OLE color: 6946475.
HSL color Cylindrical-coordinate representation of color #ABFE69: hue angle of 93.42º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABFE69 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 171 | 254 | 105 | - |
| CMYK | 0.33 | 0 | 0.59 | 0.00 |
| HSL | 93.42º | 0.99% | 0.7% | - |
| HSV(B) | 93.42º | 0.59% | 1% | - |
| XYZ | 54.79 | 80.56 | 26.03 | - |
| YUV | 212.2 | 67.5 | 98.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 254 | 105 | 0.33 | 0 | 0.59 | 0.00 | 93.42 | 0.99 | 0.7 |
| Hex | AB | FE | 69 | 21 | 0 | 3B | 0 | 5D | 63 | 46 |
| Octal | 253 | 376 | 151 | 41 | 0 | 73 | 0 | 135 | 143 | 106 |
| Binary | 10101011 | 11111110 | 1101001 | 100001 | 0 | 111011 | 0 | 1011101 | 1100011 | 1000110 |
Color Harmonies of #ABFE69
Complementary color
Monochromatic Colors of #ABFE69
Black with #ABFE69
Text Example
Text Example
White with #ABFE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABFE69; }
p { color: rgb(171,254,105); }
H1.HeaderClassName
{
color: #ABFE69;
}
.AnyTagClassName
{
color: #ABFE69;
}
</style>
background-color css
<style>
a { background-color: #ABFE69; }
a { background-color: rgb(171,254,105); }
div.DivClassName
{
background-color: #ABFE69;
}
.BgClassName
{
background-color: #ABFE69;
}
</style>
border-color css
<style>
span { border-color: #ABFE69; }
span { border-color: rgb(171,254,105); }
td.TdClassName
{
border-color: #ABFE69;
}
.TagClassName
{
border-color: #ABFE69;
}
</style>