Shades of Sulu #AFF072
Tints of Sulu #AFF072
RGB
CMYK
RGB Variations
Color information
#AFF072 (or 0xAFF072) is known color: Sulu. HEX triplet: AF, F0 and 72. RGB value is (175,240,114). Sum of RGB (Red+Green+Blue) = 175+240+114=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 114 (44.92% from 255 or 21.55% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF072 is #500F8D. Grayscale: #CECECE. Windows color (decimal): -5246862 or 7532719. OLE color: 7532719.
HSL color Cylindrical-coordinate representation of color #AFF072: hue angle of 90.95º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFF072 is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 114 | - |
| CMYK | 0.27 | 0 | 0.52 | 0.06 |
| HSL | 90.95º | 0.81% | 0.69% | - |
| HSV(B) | 90.95º | 0.53% | 0.94% | - |
| XYZ | 51.88 | 72.65 | 27.21 | - |
| YUV | 206.2 | 75.97 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 114 | 0.27 | 0 | 0.52 | 0.06 | 90.95 | 0.81 | 0.69 |
| Hex | AF | F0 | 72 | 1B | 0 | 34 | 6 | 5B | 51 | 45 |
| Octal | 257 | 360 | 162 | 33 | 0 | 64 | 6 | 133 | 121 | 105 |
| Binary | 10101111 | 11110000 | 1110010 | 11011 | 0 | 110100 | 110 | 1011011 | 1010001 | 1000101 |
Color Harmonies of #AFF072
Complementary color
Monochromatic Colors of #AFF072
Black with #AFF072
Text Example
Text Example
White with #AFF072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF072; }
p { color: rgb(175,240,114); }
H1.HeaderClassName
{
color: #AFF072;
}
.AnyTagClassName
{
color: #AFF072;
}
</style>
background-color css
<style>
a { background-color: #AFF072; }
a { background-color: rgb(175,240,114); }
div.DivClassName
{
background-color: #AFF072;
}
.BgClassName
{
background-color: #AFF072;
}
</style>
border-color css
<style>
span { border-color: #AFF072; }
span { border-color: rgb(175,240,114); }
td.TdClassName
{
border-color: #AFF072;
}
.TagClassName
{
border-color: #AFF072;
}
</style>