Shades of Sulu #AFFF73
Tints of Sulu #AFFF73
RGB
CMYK
RGB Variations
Color information
#AFFF73 (or 0xAFFF73) is known color: Sulu. HEX triplet: AF, FF and 73. RGB value is (175,255,115). Sum of RGB (Red+Green+Blue) = 175+255+115=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF73 is #50008C. Grayscale: #D7D7D7. Windows color (decimal): -5243021 or 7602095. OLE color: 7602095.
HSL color Cylindrical-coordinate representation of color #AFFF73: hue angle of 94.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFFF73 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 115 | - |
| CMYK | 0.31 | 0 | 0.55 | 0 |
| HSL | 94.29º | 1% | 0.73% | - |
| HSV(B) | 94.29º | 0.55% | 1% | - |
| XYZ | 56.53 | 81.87 | 29.04 | - |
| YUV | 215.12 | 71.5 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 115 | 0.31 | 0 | 0.55 | 0 | 94.29 | 1 | 0.73 |
| Hex | AF | FF | 73 | 1F | 0 | 37 | 0 | 5E | 64 | 49 |
| Octal | 257 | 377 | 163 | 37 | 0 | 67 | 0 | 136 | 144 | 111 |
| Binary | 10101111 | 11111111 | 1110011 | 11111 | 0 | 110111 | 0 | 1011110 | 1100100 | 1001001 |
Color Harmonies of #AFFF73
Complementary color
Monochromatic Colors of #AFFF73
Black with #AFFF73
Text Example
Text Example
White with #AFFF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF73; }
p { color: rgb(175,255,115); }
H1.HeaderClassName
{
color: #AFFF73;
}
.AnyTagClassName
{
color: #AFFF73;
}
</style>
background-color css
<style>
a { background-color: #AFFF73; }
a { background-color: rgb(175,255,115); }
div.DivClassName
{
background-color: #AFFF73;
}
.BgClassName
{
background-color: #AFFF73;
}
</style>
border-color css
<style>
span { border-color: #AFFF73; }
span { border-color: rgb(175,255,115); }
td.TdClassName
{
border-color: #AFFF73;
}
.TagClassName
{
border-color: #AFFF73;
}
</style>