Shades of Sulu #AFFD74
Tints of Sulu #AFFD74
RGB
CMYK
RGB Variations
Color information
#AFFD74 (or 0xAFFD74) is known color: Sulu. HEX triplet: AF, FD and 74. RGB value is (175,253,116). Sum of RGB (Red+Green+Blue) = 175+253+116=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFD74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFD74 is #50028B. Grayscale: #D6D6D6. Windows color (decimal): -5243532 or 7667119. OLE color: 7667119.
HSL color Cylindrical-coordinate representation of color #AFFD74: hue angle of 94.16º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AFFD74 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 116 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.01 |
| HSL | 94.16º | 0.97% | 0.72% | - |
| HSV(B) | 94.16º | 0.54% | 0.99% | - |
| XYZ | 55.96 | 80.63 | 29.14 | - |
| YUV | 214.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 116 | 0.31 | 0 | 0.54 | 0.01 | 94.16 | 0.97 | 0.72 |
| Hex | AF | FD | 74 | 1F | 0 | 36 | 1 | 5E | 61 | 48 |
| Octal | 257 | 375 | 164 | 37 | 0 | 66 | 1 | 136 | 141 | 110 |
| Binary | 10101111 | 11111101 | 1110100 | 11111 | 0 | 110110 | 1 | 1011110 | 1100001 | 1001000 |
Color Harmonies of #AFFD74
Complementary color
Monochromatic Colors of #AFFD74
Black with #AFFD74
Text Example
Text Example
White with #AFFD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFD74; }
p { color: rgb(175,253,116); }
H1.HeaderClassName
{
color: #AFFD74;
}
.AnyTagClassName
{
color: #AFFD74;
}
</style>
background-color css
<style>
a { background-color: #AFFD74; }
a { background-color: rgb(175,253,116); }
div.DivClassName
{
background-color: #AFFD74;
}
.BgClassName
{
background-color: #AFFD74;
}
</style>
border-color css
<style>
span { border-color: #AFFD74; }
span { border-color: rgb(175,253,116); }
td.TdClassName
{
border-color: #AFFD74;
}
.TagClassName
{
border-color: #AFFD74;
}
</style>