Shades of Sulu #AFF56C
Tints of Sulu #AFF56C
RGB
CMYK
RGB Variations
Color information
#AFF56C (or 0xAFF56C) is known color: Sulu. HEX triplet: AF, F5 and 6C. RGB value is (175,245,108). Sum of RGB (Red+Green+Blue) = 175+245+108=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 245 (96.09% from 255 or 46.40% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF56C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF56C is #500A93. Grayscale: #D0D0D0. Windows color (decimal): -5245588 or 7140783. OLE color: 7140783.
HSL color Cylindrical-coordinate representation of color #AFF56C: hue angle of 90.66º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF56C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 108 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.04 |
| HSL | 90.66º | 0.87% | 0.69% | - |
| HSV(B) | 90.66º | 0.56% | 0.96% | - |
| XYZ | 53.04 | 75.5 | 25.97 | - |
| YUV | 208.45 | 71.31 | 104.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 108 | 0.29 | 0 | 0.56 | 0.04 | 90.66 | 0.87 | 0.69 |
| Hex | AF | F5 | 6C | 1D | 0 | 38 | 4 | 5B | 57 | 45 |
| Octal | 257 | 365 | 154 | 35 | 0 | 70 | 4 | 133 | 127 | 105 |
| Binary | 10101111 | 11110101 | 1101100 | 11101 | 0 | 111000 | 100 | 1011011 | 1010111 | 1000101 |
Color Harmonies of #AFF56C
Complementary color
Monochromatic Colors of #AFF56C
Black with #AFF56C
Text Example
Text Example
White with #AFF56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF56C; }
p { color: rgb(175,245,108); }
H1.HeaderClassName
{
color: #AFF56C;
}
.AnyTagClassName
{
color: #AFF56C;
}
</style>
background-color css
<style>
a { background-color: #AFF56C; }
a { background-color: rgb(175,245,108); }
div.DivClassName
{
background-color: #AFF56C;
}
.BgClassName
{
background-color: #AFF56C;
}
</style>
border-color css
<style>
span { border-color: #AFF56C; }
span { border-color: rgb(175,245,108); }
td.TdClassName
{
border-color: #AFF56C;
}
.TagClassName
{
border-color: #AFF56C;
}
</style>