Shades of Sulu #AFF87C
Tints of Sulu #AFF87C
RGB
CMYK
RGB Variations
Color information
#AFF87C (or 0xAFF87C) is known color: Sulu. HEX triplet: AF, F8 and 7C. RGB value is (175,248,124). Sum of RGB (Red+Green+Blue) = 175+248+124=547 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.99% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF87C is #500783. Grayscale: #D4D4D4. Windows color (decimal): -5244804 or 8190127. OLE color: 8190127.
HSL color Cylindrical-coordinate representation of color #AFF87C: hue angle of 95.32º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF87C is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 124 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.03 |
| HSL | 95.32º | 0.9% | 0.73% | - |
| HSV(B) | 95.32º | 0.5% | 0.97% | - |
| XYZ | 54.88 | 77.7 | 31.17 | - |
| YUV | 212.04 | 78.32 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 124 | 0.29 | 0 | 0.5 | 0.03 | 95.32 | 0.9 | 0.73 |
| Hex | AF | F8 | 7C | 1D | 0 | 32 | 3 | 5F | 5A | 49 |
| Octal | 257 | 370 | 174 | 35 | 0 | 62 | 3 | 137 | 132 | 111 |
| Binary | 10101111 | 11111000 | 1111100 | 11101 | 0 | 110010 | 11 | 1011111 | 1011010 | 1001001 |
Color Harmonies of #AFF87C
Complementary color
Monochromatic Colors of #AFF87C
Black with #AFF87C
Text Example
Text Example
White with #AFF87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF87C; }
p { color: rgb(175,248,124); }
H1.HeaderClassName
{
color: #AFF87C;
}
.AnyTagClassName
{
color: #AFF87C;
}
</style>
background-color css
<style>
a { background-color: #AFF87C; }
a { background-color: rgb(175,248,124); }
div.DivClassName
{
background-color: #AFF87C;
}
.BgClassName
{
background-color: #AFF87C;
}
</style>
border-color css
<style>
span { border-color: #AFF87C; }
span { border-color: rgb(175,248,124); }
td.TdClassName
{
border-color: #AFF87C;
}
.TagClassName
{
border-color: #AFF87C;
}
</style>