Shades of Sulu #AFF76B
Tints of Sulu #AFF76B
RGB
CMYK
RGB Variations
Color information
#AFF76B (or 0xAFF76B) is known color: Sulu. HEX triplet: AF, F7 and 6B. RGB value is (175,247,107). Sum of RGB (Red+Green+Blue) = 175+247+107=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF76B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF76B is #500894. Grayscale: #D2D2D2. Windows color (decimal): -5245077 or 7075759. OLE color: 7075759.
HSL color Cylindrical-coordinate representation of color #AFF76B: hue angle of 90.86º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AFF76B is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 107 | - |
| CMYK | 0.29 | 0 | 0.57 | 0.03 |
| HSL | 90.86º | 0.9% | 0.69% | - |
| HSV(B) | 90.86º | 0.57% | 0.97% | - |
| XYZ | 53.59 | 76.7 | 25.89 | - |
| YUV | 209.51 | 70.15 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 107 | 0.29 | 0 | 0.57 | 0.03 | 90.86 | 0.9 | 0.69 |
| Hex | AF | F7 | 6B | 1D | 0 | 39 | 3 | 5B | 5A | 45 |
| Octal | 257 | 367 | 153 | 35 | 0 | 71 | 3 | 133 | 132 | 105 |
| Binary | 10101111 | 11110111 | 1101011 | 11101 | 0 | 111001 | 11 | 1011011 | 1011010 | 1000101 |
Color Harmonies of #AFF76B
Complementary color
Monochromatic Colors of #AFF76B
Black with #AFF76B
Text Example
Text Example
White with #AFF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF76B; }
p { color: rgb(175,247,107); }
H1.HeaderClassName
{
color: #AFF76B;
}
.AnyTagClassName
{
color: #AFF76B;
}
</style>
background-color css
<style>
a { background-color: #AFF76B; }
a { background-color: rgb(175,247,107); }
div.DivClassName
{
background-color: #AFF76B;
}
.BgClassName
{
background-color: #AFF76B;
}
</style>
border-color css
<style>
span { border-color: #AFF76B; }
span { border-color: rgb(175,247,107); }
td.TdClassName
{
border-color: #AFF76B;
}
.TagClassName
{
border-color: #AFF76B;
}
</style>