Shades of Sulu #AFF76D
Tints of Sulu #AFF76D
RGB
CMYK
RGB Variations
Color information
#AFF76D (or 0xAFF76D) is known color: Sulu. HEX triplet: AF, F7 and 6D. RGB value is (175,247,109). Sum of RGB (Red+Green+Blue) = 175+247+109=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 247 (96.88% from 255 or 46.52% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF76D is #500892. Grayscale: #D2D2D2. Windows color (decimal): -5245075 or 7206831. OLE color: 7206831.
HSL color Cylindrical-coordinate representation of color #AFF76D: hue angle of 91.3º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF76D is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 109 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.03 |
| HSL | 91.3º | 0.9% | 0.7% | - |
| HSV(B) | 91.3º | 0.56% | 0.97% | - |
| XYZ | 53.7 | 76.74 | 26.45 | - |
| YUV | 209.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 109 | 0.29 | 0 | 0.56 | 0.03 | 91.3 | 0.9 | 0.7 |
| Hex | AF | F7 | 6D | 1D | 0 | 38 | 3 | 5B | 5A | 46 |
| Octal | 257 | 367 | 155 | 35 | 0 | 70 | 3 | 133 | 132 | 106 |
| Binary | 10101111 | 11110111 | 1101101 | 11101 | 0 | 111000 | 11 | 1011011 | 1011010 | 1000110 |
Color Harmonies of #AFF76D
Complementary color
Monochromatic Colors of #AFF76D
Black with #AFF76D
Text Example
Text Example
White with #AFF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF76D; }
p { color: rgb(175,247,109); }
H1.HeaderClassName
{
color: #AFF76D;
}
.AnyTagClassName
{
color: #AFF76D;
}
</style>
background-color css
<style>
a { background-color: #AFF76D; }
a { background-color: rgb(175,247,109); }
div.DivClassName
{
background-color: #AFF76D;
}
.BgClassName
{
background-color: #AFF76D;
}
</style>
border-color css
<style>
span { border-color: #AFF76D; }
span { border-color: rgb(175,247,109); }
td.TdClassName
{
border-color: #AFF76D;
}
.TagClassName
{
border-color: #AFF76D;
}
</style>