Shades of Sulu #AFF16D
Tints of Sulu #AFF16D
RGB
CMYK
RGB Variations
Color information
#AFF16D (or 0xAFF16D) is known color: Sulu. HEX triplet: AF, F1 and 6D. RGB value is (175,241,109). Sum of RGB (Red+Green+Blue) = 175+241+109=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF16D is #500E92. Grayscale: #CECECE. Windows color (decimal): -5246611 or 7205295. OLE color: 7205295.
HSL color Cylindrical-coordinate representation of color #AFF16D: hue angle of 90º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFF16D is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 241 | 109 | - |
| CMYK | 0.27 | 0 | 0.55 | 0.05 |
| HSL | 90º | 0.83% | 0.69% | - |
| HSV(B) | 90º | 0.55% | 0.95% | - |
| XYZ | 51.89 | 73.13 | 25.85 | - |
| YUV | 206.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 241 | 109 | 0.27 | 0 | 0.55 | 0.05 | 90 | 0.83 | 0.69 |
| Hex | AF | F1 | 6D | 1B | 0 | 37 | 5 | 5A | 52 | 45 |
| Octal | 257 | 361 | 155 | 33 | 0 | 67 | 5 | 132 | 122 | 105 |
| Binary | 10101111 | 11110001 | 1101101 | 11011 | 0 | 110111 | 101 | 1011010 | 1010010 | 1000101 |
Color Harmonies of #AFF16D
Complementary color
Monochromatic Colors of #AFF16D
Black with #AFF16D
Text Example
Text Example
White with #AFF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF16D; }
p { color: rgb(175,241,109); }
H1.HeaderClassName
{
color: #AFF16D;
}
.AnyTagClassName
{
color: #AFF16D;
}
</style>
background-color css
<style>
a { background-color: #AFF16D; }
a { background-color: rgb(175,241,109); }
div.DivClassName
{
background-color: #AFF16D;
}
.BgClassName
{
background-color: #AFF16D;
}
</style>
border-color css
<style>
span { border-color: #AFF16D; }
span { border-color: rgb(175,241,109); }
td.TdClassName
{
border-color: #AFF16D;
}
.TagClassName
{
border-color: #AFF16D;
}
</style>