Shades of Sulu #AFF972
Tints of Sulu #AFF972
RGB
CMYK
RGB Variations
Color information
#AFF972 (or 0xAFF972) is known color: Sulu. HEX triplet: AF, F9 and 72. RGB value is (175,249,114). Sum of RGB (Red+Green+Blue) = 175+249+114=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 114 (44.92% from 255 or 21.19% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF972 is #50068D. Grayscale: #D3D3D3. Windows color (decimal): -5244558 or 7535023. OLE color: 7535023.
HSL color Cylindrical-coordinate representation of color #AFF972: hue angle of 92.89º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF972 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 114 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.02 |
| HSL | 92.89º | 0.92% | 0.71% | - |
| HSV(B) | 92.89º | 0.54% | 0.98% | - |
| XYZ | 54.59 | 78.08 | 28.11 | - |
| YUV | 211.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 114 | 0.30 | 0 | 0.54 | 0.02 | 92.89 | 0.92 | 0.71 |
| Hex | AF | F9 | 72 | 1E | 0 | 36 | 2 | 5D | 5C | 47 |
| Octal | 257 | 371 | 162 | 36 | 0 | 66 | 2 | 135 | 134 | 107 |
| Binary | 10101111 | 11111001 | 1110010 | 11110 | 0 | 110110 | 10 | 1011101 | 1011100 | 1000111 |
Color Harmonies of #AFF972
Complementary color
Monochromatic Colors of #AFF972
Black with #AFF972
Text Example
Text Example
White with #AFF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF972; }
p { color: rgb(175,249,114); }
H1.HeaderClassName
{
color: #AFF972;
}
.AnyTagClassName
{
color: #AFF972;
}
</style>
background-color css
<style>
a { background-color: #AFF972; }
a { background-color: rgb(175,249,114); }
div.DivClassName
{
background-color: #AFF972;
}
.BgClassName
{
background-color: #AFF972;
}
</style>
border-color css
<style>
span { border-color: #AFF972; }
span { border-color: rgb(175,249,114); }
td.TdClassName
{
border-color: #AFF972;
}
.TagClassName
{
border-color: #AFF972;
}
</style>