Shades of Sulu #AFF57A
Tints of Sulu #AFF57A
RGB
CMYK
RGB Variations
Color information
#AFF57A (or 0xAFF57A) is known color: Sulu. HEX triplet: AF, F5 and 7A. RGB value is (175,245,122). Sum of RGB (Red+Green+Blue) = 175+245+122=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF57A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF57A is #500A85. Grayscale: #D2D2D2. Windows color (decimal): -5245574 or 8058287. OLE color: 8058287.
HSL color Cylindrical-coordinate representation of color #AFF57A: hue angle of 94.15º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AFF57A is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 122 | - |
| CMYK | 0.29 | 0 | 0.50 | 0.04 |
| HSL | 94.15º | 0.86% | 0.72% | - |
| HSV(B) | 94.15º | 0.5% | 0.96% | - |
| XYZ | 53.84 | 75.82 | 30.21 | - |
| YUV | 210.05 | 78.31 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 122 | 0.29 | 0 | 0.50 | 0.04 | 94.15 | 0.86 | 0.72 |
| Hex | AF | F5 | 7A | 1D | 0 | 32 | 4 | 5E | 56 | 48 |
| Octal | 257 | 365 | 172 | 35 | 0 | 62 | 4 | 136 | 126 | 110 |
| Binary | 10101111 | 11110101 | 1111010 | 11101 | 0 | 110010 | 100 | 1011110 | 1010110 | 1001000 |
Color Harmonies of #AFF57A
Complementary color
Monochromatic Colors of #AFF57A
Black with #AFF57A
Text Example
Text Example
White with #AFF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF57A; }
p { color: rgb(175,245,122); }
H1.HeaderClassName
{
color: #AFF57A;
}
.AnyTagClassName
{
color: #AFF57A;
}
</style>
background-color css
<style>
a { background-color: #AFF57A; }
a { background-color: rgb(175,245,122); }
div.DivClassName
{
background-color: #AFF57A;
}
.BgClassName
{
background-color: #AFF57A;
}
</style>
border-color css
<style>
span { border-color: #AFF57A; }
span { border-color: rgb(175,245,122); }
td.TdClassName
{
border-color: #AFF57A;
}
.TagClassName
{
border-color: #AFF57A;
}
</style>