Shades of Sulu #AFFF74
Tints of Sulu #AFFF74
RGB
CMYK
RGB Variations
Color information
#AFFF74 (or 0xAFFF74) is known color: Sulu. HEX triplet: AF, FF and 74. RGB value is (175,255,116). Sum of RGB (Red+Green+Blue) = 175+255+116=546 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.05% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 116 (45.70% from 255 or 21.25% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFFF74 is #50008B. Grayscale: #D7D7D7. Windows color (decimal): -5243020 or 7667631. OLE color: 7667631.
HSL color Cylindrical-coordinate representation of color #AFFF74: hue angle of 94.53º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFFF74 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 116 | - |
| CMYK | 0.31 | 0 | 0.55 | 0 |
| HSL | 94.53º | 1% | 0.73% | - |
| HSV(B) | 94.53º | 0.55% | 1% | - |
| XYZ | 56.59 | 81.89 | 29.35 | - |
| YUV | 215.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 116 | 0.31 | 0 | 0.55 | 0 | 94.53 | 1 | 0.73 |
| Hex | AF | FF | 74 | 1F | 0 | 37 | 0 | 5F | 64 | 49 |
| Octal | 257 | 377 | 164 | 37 | 0 | 67 | 0 | 137 | 144 | 111 |
| Binary | 10101111 | 11111111 | 1110100 | 11111 | 0 | 110111 | 0 | 1011111 | 1100100 | 1001001 |
Color Harmonies of #AFFF74
Complementary color
Monochromatic Colors of #AFFF74
Black with #AFFF74
Text Example
Text Example
White with #AFFF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFF74; }
p { color: rgb(175,255,116); }
H1.HeaderClassName
{
color: #AFFF74;
}
.AnyTagClassName
{
color: #AFFF74;
}
</style>
background-color css
<style>
a { background-color: #AFFF74; }
a { background-color: rgb(175,255,116); }
div.DivClassName
{
background-color: #AFFF74;
}
.BgClassName
{
background-color: #AFFF74;
}
</style>
border-color css
<style>
span { border-color: #AFFF74; }
span { border-color: rgb(175,255,116); }
td.TdClassName
{
border-color: #AFFF74;
}
.TagClassName
{
border-color: #AFFF74;
}
</style>