Shades of Sulu #AFF873
Tints of Sulu #AFF873
RGB
CMYK
RGB Variations
Color information
#AFF873 (or 0xAFF873) is known color: Sulu. HEX triplet: AF, F8 and 73. RGB value is (175,248,115). Sum of RGB (Red+Green+Blue) = 175+248+115=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 248 (97.27% from 255 or 46.10% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF873 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF873 is #50078C. Grayscale: #D3D3D3. Windows color (decimal): -5244813 or 7600303. OLE color: 7600303.
HSL color Cylindrical-coordinate representation of color #AFF873: hue angle of 92.93º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFF873 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 115 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.03 |
| HSL | 92.93º | 0.9% | 0.71% | - |
| HSV(B) | 92.93º | 0.54% | 0.97% | - |
| XYZ | 54.34 | 77.49 | 28.31 | - |
| YUV | 211.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 115 | 0.29 | 0 | 0.54 | 0.03 | 92.93 | 0.9 | 0.71 |
| Hex | AF | F8 | 73 | 1D | 0 | 36 | 3 | 5D | 5A | 47 |
| Octal | 257 | 370 | 163 | 35 | 0 | 66 | 3 | 135 | 132 | 107 |
| Binary | 10101111 | 11111000 | 1110011 | 11101 | 0 | 110110 | 11 | 1011101 | 1011010 | 1000111 |
Color Harmonies of #AFF873
Complementary color
Monochromatic Colors of #AFF873
Black with #AFF873
Text Example
Text Example
White with #AFF873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF873; }
p { color: rgb(175,248,115); }
H1.HeaderClassName
{
color: #AFF873;
}
.AnyTagClassName
{
color: #AFF873;
}
</style>
background-color css
<style>
a { background-color: #AFF873; }
a { background-color: rgb(175,248,115); }
div.DivClassName
{
background-color: #AFF873;
}
.BgClassName
{
background-color: #AFF873;
}
</style>
border-color css
<style>
span { border-color: #AFF873; }
span { border-color: rgb(175,248,115); }
td.TdClassName
{
border-color: #AFF873;
}
.TagClassName
{
border-color: #AFF873;
}
</style>