Shades of Sulu #AFFD76
Tints of Sulu #AFFD76
RGB
CMYK
RGB Variations
Color information
#AFFD76 (or 0xAFFD76) is known color: Sulu. HEX triplet: AF, FD and 76. RGB value is (175,253,118). Sum of RGB (Red+Green+Blue) = 175+253+118=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD76 is #500289. Grayscale: #D6D6D6. Windows color (decimal): -5243530 or 7798191. OLE color: 7798191.
HSL color Cylindrical-coordinate representation of color #AFFD76: hue angle of 94.67º degrees, saturation: 0.97, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFFD76 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 118 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.01 |
| HSL | 94.67º | 0.97% | 0.73% | - |
| HSV(B) | 94.67º | 0.53% | 0.99% | - |
| XYZ | 56.07 | 80.67 | 29.76 | - |
| YUV | 214.29 | 73.66 | 99.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 118 | 0.31 | 0 | 0.53 | 0.01 | 94.67 | 0.97 | 0.73 |
| Hex | AF | FD | 76 | 1F | 0 | 35 | 1 | 5F | 61 | 49 |
| Octal | 257 | 375 | 166 | 37 | 0 | 65 | 1 | 137 | 141 | 111 |
| Binary | 10101111 | 11111101 | 1110110 | 11111 | 0 | 110101 | 1 | 1011111 | 1100001 | 1001001 |
Color Harmonies of #AFFD76
Complementary color
Monochromatic Colors of #AFFD76
Black with #AFFD76
Text Example
Text Example
White with #AFFD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD76; }
p { color: rgb(175,253,118); }
H1.HeaderClassName
{
color: #AFFD76;
}
.AnyTagClassName
{
color: #AFFD76;
}
</style>
background-color css
<style>
a { background-color: #AFFD76; }
a { background-color: rgb(175,253,118); }
div.DivClassName
{
background-color: #AFFD76;
}
.BgClassName
{
background-color: #AFFD76;
}
</style>
border-color css
<style>
span { border-color: #AFFD76; }
span { border-color: rgb(175,253,118); }
td.TdClassName
{
border-color: #AFFD76;
}
.TagClassName
{
border-color: #AFFD76;
}
</style>