Shades of Sulu #AFF672
Tints of Sulu #AFF672
RGB
CMYK
RGB Variations
Color information
#AFF672 (or 0xAFF672) is known color: Sulu. HEX triplet: AF, F6 and 72. RGB value is (175,246,114). Sum of RGB (Red+Green+Blue) = 175+246+114=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF672 is #50098D. Grayscale: #D2D2D2. Windows color (decimal): -5245326 or 7534255. OLE color: 7534255.
HSL color Cylindrical-coordinate representation of color #AFF672: hue angle of 92.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF672 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 114 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.04 |
| HSL | 92.27º | 0.88% | 0.71% | - |
| HSV(B) | 92.27º | 0.54% | 0.96% | - |
| XYZ | 53.67 | 76.24 | 27.81 | - |
| YUV | 209.72 | 73.98 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 114 | 0.29 | 0 | 0.54 | 0.04 | 92.27 | 0.88 | 0.71 |
| Hex | AF | F6 | 72 | 1D | 0 | 36 | 4 | 5C | 58 | 47 |
| Octal | 257 | 366 | 162 | 35 | 0 | 66 | 4 | 134 | 130 | 107 |
| Binary | 10101111 | 11110110 | 1110010 | 11101 | 0 | 110110 | 100 | 1011100 | 1011000 | 1000111 |
Color Harmonies of #AFF672
Complementary color
Monochromatic Colors of #AFF672
Black with #AFF672
Text Example
Text Example
White with #AFF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF672; }
p { color: rgb(175,246,114); }
H1.HeaderClassName
{
color: #AFF672;
}
.AnyTagClassName
{
color: #AFF672;
}
</style>
background-color css
<style>
a { background-color: #AFF672; }
a { background-color: rgb(175,246,114); }
div.DivClassName
{
background-color: #AFF672;
}
.BgClassName
{
background-color: #AFF672;
}
</style>
border-color css
<style>
span { border-color: #AFF672; }
span { border-color: rgb(175,246,114); }
td.TdClassName
{
border-color: #AFF672;
}
.TagClassName
{
border-color: #AFF672;
}
</style>