Shades of Sulu #AFF87A
Tints of Sulu #AFF87A
RGB
CMYK
RGB Variations
Color information
#AFF87A (or 0xAFF87A) is known color: Sulu. HEX triplet: AF, F8 and 7A. RGB value is (175,248,122). Sum of RGB (Red+Green+Blue) = 175+248+122=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 248 (97.27% from 255 or 45.50% from 545); Blue value is 122 (48.05% from 255 or 22.39% from 545); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF87A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF87A is #500785. Grayscale: #D4D4D4. Windows color (decimal): -5244806 or 8059055. OLE color: 8059055.
HSL color Cylindrical-coordinate representation of color #AFF87A: hue angle of 94.76º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFF87A is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 122 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.03 |
| HSL | 94.76º | 0.9% | 0.73% | - |
| HSV(B) | 94.76º | 0.51% | 0.97% | - |
| XYZ | 54.76 | 77.65 | 30.51 | - |
| YUV | 211.81 | 77.32 | 101.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 122 | 0.29 | 0 | 0.51 | 0.03 | 94.76 | 0.9 | 0.73 |
| Hex | AF | F8 | 7A | 1D | 0 | 33 | 3 | 5F | 5A | 49 |
| Octal | 257 | 370 | 172 | 35 | 0 | 63 | 3 | 137 | 132 | 111 |
| Binary | 10101111 | 11111000 | 1111010 | 11101 | 0 | 110011 | 11 | 1011111 | 1011010 | 1001001 |
Color Harmonies of #AFF87A
Complementary color
Monochromatic Colors of #AFF87A
Black with #AFF87A
Text Example
Text Example
White with #AFF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF87A; }
p { color: rgb(175,248,122); }
H1.HeaderClassName
{
color: #AFF87A;
}
.AnyTagClassName
{
color: #AFF87A;
}
</style>
background-color css
<style>
a { background-color: #AFF87A; }
a { background-color: rgb(175,248,122); }
div.DivClassName
{
background-color: #AFF87A;
}
.BgClassName
{
background-color: #AFF87A;
}
</style>
border-color css
<style>
span { border-color: #AFF87A; }
span { border-color: rgb(175,248,122); }
td.TdClassName
{
border-color: #AFF87A;
}
.TagClassName
{
border-color: #AFF87A;
}
</style>