Shades of Sulu #AFFF70
Tints of Sulu #AFFF70
RGB
CMYK
RGB Variations
Color information
#AFFF70 (or 0xAFFF70) is known color: Sulu. HEX triplet: AF, FF and 70. RGB value is (175,255,112). Sum of RGB (Red+Green+Blue) = 175+255+112=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF70 is #50008F. Grayscale: #D7D7D7. Windows color (decimal): -5243024 or 7405487. OLE color: 7405487.
HSL color Cylindrical-coordinate representation of color #AFFF70: hue angle of 93.57º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFFF70 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 112 | - |
| CMYK | 0.31 | 0 | 0.56 | 0 |
| HSL | 93.57º | 1% | 0.72% | - |
| HSV(B) | 93.57º | 0.56% | 1% | - |
| XYZ | 56.36 | 81.8 | 28.15 | - |
| YUV | 214.78 | 70 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 112 | 0.31 | 0 | 0.56 | 0 | 93.57 | 1 | 0.72 |
| Hex | AF | FF | 70 | 1F | 0 | 38 | 0 | 5E | 64 | 48 |
| Octal | 257 | 377 | 160 | 37 | 0 | 70 | 0 | 136 | 144 | 110 |
| Binary | 10101111 | 11111111 | 1110000 | 11111 | 0 | 111000 | 0 | 1011110 | 1100100 | 1001000 |
Color Harmonies of #AFFF70
Complementary color
Monochromatic Colors of #AFFF70
Black with #AFFF70
Text Example
Text Example
White with #AFFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF70; }
p { color: rgb(175,255,112); }
H1.HeaderClassName
{
color: #AFFF70;
}
.AnyTagClassName
{
color: #AFFF70;
}
</style>
background-color css
<style>
a { background-color: #AFFF70; }
a { background-color: rgb(175,255,112); }
div.DivClassName
{
background-color: #AFFF70;
}
.BgClassName
{
background-color: #AFFF70;
}
</style>
border-color css
<style>
span { border-color: #AFFF70; }
span { border-color: rgb(175,255,112); }
td.TdClassName
{
border-color: #AFFF70;
}
.TagClassName
{
border-color: #AFFF70;
}
</style>