Shades of Sulu #AFFF68
Tints of Sulu #AFFF68
RGB
CMYK
RGB Variations
Color information
#AFFF68 (or 0xAFFF68) is known color: Sulu. HEX triplet: AF, FF and 68. RGB value is (175,255,104). Sum of RGB (Red+Green+Blue) = 175+255+104=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 104 (41.02% from 255 or 19.48% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF68 is #500097. Grayscale: #D6D6D6. Windows color (decimal): -5243032 or 6881199. OLE color: 6881199.
HSL color Cylindrical-coordinate representation of color #AFFF68: hue angle of 91.79º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AFFF68 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 104 | - |
| CMYK | 0.31 | 0 | 0.59 | 0 |
| HSL | 91.79º | 1% | 0.7% | - |
| HSV(B) | 91.79º | 0.59% | 1% | - |
| XYZ | 55.94 | 81.63 | 25.91 | - |
| YUV | 213.87 | 66 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 104 | 0.31 | 0 | 0.59 | 0 | 91.79 | 1 | 0.7 |
| Hex | AF | FF | 68 | 1F | 0 | 3B | 0 | 5C | 64 | 46 |
| Octal | 257 | 377 | 150 | 37 | 0 | 73 | 0 | 134 | 144 | 106 |
| Binary | 10101111 | 11111111 | 1101000 | 11111 | 0 | 111011 | 0 | 1011100 | 1100100 | 1000110 |
Color Harmonies of #AFFF68
Complementary color
Monochromatic Colors of #AFFF68
Black with #AFFF68
Text Example
Text Example
White with #AFFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF68; }
p { color: rgb(175,255,104); }
H1.HeaderClassName
{
color: #AFFF68;
}
.AnyTagClassName
{
color: #AFFF68;
}
</style>
background-color css
<style>
a { background-color: #AFFF68; }
a { background-color: rgb(175,255,104); }
div.DivClassName
{
background-color: #AFFF68;
}
.BgClassName
{
background-color: #AFFF68;
}
</style>
border-color css
<style>
span { border-color: #AFFF68; }
span { border-color: rgb(175,255,104); }
td.TdClassName
{
border-color: #AFFF68;
}
.TagClassName
{
border-color: #AFFF68;
}
</style>