Shades of Sulu #AFFF67
Tints of Sulu #AFFF67
RGB
CMYK
RGB Variations
Color information
#AFFF67 (or 0xAFFF67) is known color: Sulu. HEX triplet: AF, FF and 67. RGB value is (175,255,103). Sum of RGB (Red+Green+Blue) = 175+255+103=533 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.83% from 533); Green value is 255 (100% from 255 or 47.84% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF67 is #500098. Grayscale: #D6D6D6. Windows color (decimal): -5243033 or 6815663. OLE color: 6815663.
HSL color Cylindrical-coordinate representation of color #AFFF67: hue angle of 91.58º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFFF67 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 103 | - |
| CMYK | 0.31 | 0 | 0.60 | 0 |
| HSL | 91.58º | 1% | 0.7% | - |
| HSV(B) | 91.58º | 0.6% | 1% | - |
| XYZ | 55.89 | 81.61 | 25.64 | - |
| YUV | 213.75 | 65.5 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 103 | 0.31 | 0 | 0.60 | 0 | 91.58 | 1 | 0.7 |
| Hex | AF | FF | 67 | 1F | 0 | 3C | 0 | 5C | 64 | 46 |
| Octal | 257 | 377 | 147 | 37 | 0 | 74 | 0 | 134 | 144 | 106 |
| Binary | 10101111 | 11111111 | 1100111 | 11111 | 0 | 111100 | 0 | 1011100 | 1100100 | 1000110 |
Color Harmonies of #AFFF67
Complementary color
Monochromatic Colors of #AFFF67
Black with #AFFF67
Text Example
Text Example
White with #AFFF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF67; }
p { color: rgb(175,255,103); }
H1.HeaderClassName
{
color: #AFFF67;
}
.AnyTagClassName
{
color: #AFFF67;
}
</style>
background-color css
<style>
a { background-color: #AFFF67; }
a { background-color: rgb(175,255,103); }
div.DivClassName
{
background-color: #AFFF67;
}
.BgClassName
{
background-color: #AFFF67;
}
</style>
border-color css
<style>
span { border-color: #AFFF67; }
span { border-color: rgb(175,255,103); }
td.TdClassName
{
border-color: #AFFF67;
}
.TagClassName
{
border-color: #AFFF67;
}
</style>