Shades of Sulu #AFF077
Tints of Sulu #AFF077
RGB
CMYK
RGB Variations
Color information
#AFF077 (or 0xAFF077) is known color: Sulu. HEX triplet: AF, F0 and 77. RGB value is (175,240,119). Sum of RGB (Red+Green+Blue) = 175+240+119=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 119 (46.88% from 255 or 22.28% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF077 is #500F88. Grayscale: #CFCFCF. Windows color (decimal): -5246857 or 7860399. OLE color: 7860399.
HSL color Cylindrical-coordinate representation of color #AFF077: hue angle of 92.23º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF077 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 119 | - |
| CMYK | 0.27 | 0 | 0.50 | 0.06 |
| HSL | 92.23º | 0.8% | 0.7% | - |
| HSV(B) | 92.23º | 0.5% | 0.94% | - |
| XYZ | 52.17 | 72.77 | 28.75 | - |
| YUV | 206.77 | 78.47 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 119 | 0.27 | 0 | 0.50 | 0.06 | 92.23 | 0.8 | 0.7 |
| Hex | AF | F0 | 77 | 1B | 0 | 32 | 6 | 5C | 50 | 46 |
| Octal | 257 | 360 | 167 | 33 | 0 | 62 | 6 | 134 | 120 | 106 |
| Binary | 10101111 | 11110000 | 1110111 | 11011 | 0 | 110010 | 110 | 1011100 | 1010000 | 1000110 |
Color Harmonies of #AFF077
Complementary color
Monochromatic Colors of #AFF077
Black with #AFF077
Text Example
Text Example
White with #AFF077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF077; }
p { color: rgb(175,240,119); }
H1.HeaderClassName
{
color: #AFF077;
}
.AnyTagClassName
{
color: #AFF077;
}
</style>
background-color css
<style>
a { background-color: #AFF077; }
a { background-color: rgb(175,240,119); }
div.DivClassName
{
background-color: #AFF077;
}
.BgClassName
{
background-color: #AFF077;
}
</style>
border-color css
<style>
span { border-color: #AFF077; }
span { border-color: rgb(175,240,119); }
td.TdClassName
{
border-color: #AFF077;
}
.TagClassName
{
border-color: #AFF077;
}
</style>