Shades of Sulu #AFFE81
Tints of Sulu #AFFE81
RGB
CMYK
RGB Variations
Color information
#AFFE81 (or 0xAFFE81) is known color: Sulu. HEX triplet: AF, FE and 81. RGB value is (175,254,129). Sum of RGB (Red+Green+Blue) = 175+254+129=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFE81 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFE81 is #50017E. Grayscale: #D8D8D8. Windows color (decimal): -5243263 or 8519343. OLE color: 8519343.
HSL color Cylindrical-coordinate representation of color #AFFE81: hue angle of 97.92º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFFE81 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 129 | - |
| CMYK | 0.31 | 0 | 0.49 | 0.00 |
| HSL | 97.92º | 0.98% | 0.75% | - |
| HSV(B) | 97.92º | 0.49% | 1% | - |
| XYZ | 57.08 | 81.58 | 33.51 | - |
| YUV | 216.13 | 78.83 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 129 | 0.31 | 0 | 0.49 | 0.00 | 97.92 | 0.98 | 0.75 |
| Hex | AF | FE | 81 | 1F | 0 | 31 | 0 | 62 | 62 | 4B |
| Octal | 257 | 376 | 201 | 37 | 0 | 61 | 0 | 142 | 142 | 113 |
| Binary | 10101111 | 11111110 | 10000001 | 11111 | 0 | 110001 | 0 | 1100010 | 1100010 | 1001011 |
Color Harmonies of #AFFE81
Complementary color
Monochromatic Colors of #AFFE81
Black with #AFFE81
Text Example
Text Example
White with #AFFE81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFE81; }
p { color: rgb(175,254,129); }
H1.HeaderClassName
{
color: #AFFE81;
}
.AnyTagClassName
{
color: #AFFE81;
}
</style>
background-color css
<style>
a { background-color: #AFFE81; }
a { background-color: rgb(175,254,129); }
div.DivClassName
{
background-color: #AFFE81;
}
.BgClassName
{
background-color: #AFFE81;
}
</style>
border-color css
<style>
span { border-color: #AFFE81; }
span { border-color: rgb(175,254,129); }
td.TdClassName
{
border-color: #AFFE81;
}
.TagClassName
{
border-color: #AFFE81;
}
</style>