Shades of Sulu #AFF773
Tints of Sulu #AFF773
RGB
CMYK
RGB Variations
Color information
#AFF773 (or 0xAFF773) is known color: Sulu. HEX triplet: AF, F7 and 73. RGB value is (175,247,115). Sum of RGB (Red+Green+Blue) = 175+247+115=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF773 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF773 is #50088C. Grayscale: #D2D2D2. Windows color (decimal): -5245069 or 7600047. OLE color: 7600047.
HSL color Cylindrical-coordinate representation of color #AFF773: hue angle of 92.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFF773 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 115 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.03 |
| HSL | 92.73º | 0.89% | 0.71% | - |
| HSV(B) | 92.73º | 0.53% | 0.97% | - |
| XYZ | 54.03 | 76.87 | 28.21 | - |
| YUV | 210.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 115 | 0.29 | 0 | 0.53 | 0.03 | 92.73 | 0.89 | 0.71 |
| Hex | AF | F7 | 73 | 1D | 0 | 35 | 3 | 5D | 59 | 47 |
| Octal | 257 | 367 | 163 | 35 | 0 | 65 | 3 | 135 | 131 | 107 |
| Binary | 10101111 | 11110111 | 1110011 | 11101 | 0 | 110101 | 11 | 1011101 | 1011001 | 1000111 |
Color Harmonies of #AFF773
Complementary color
Monochromatic Colors of #AFF773
Black with #AFF773
Text Example
Text Example
White with #AFF773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF773; }
p { color: rgb(175,247,115); }
H1.HeaderClassName
{
color: #AFF773;
}
.AnyTagClassName
{
color: #AFF773;
}
</style>
background-color css
<style>
a { background-color: #AFF773; }
a { background-color: rgb(175,247,115); }
div.DivClassName
{
background-color: #AFF773;
}
.BgClassName
{
background-color: #AFF773;
}
</style>
border-color css
<style>
span { border-color: #AFF773; }
span { border-color: rgb(175,247,115); }
td.TdClassName
{
border-color: #AFF773;
}
.TagClassName
{
border-color: #AFF773;
}
</style>