Shades of Sulu #AEF575
Tints of Sulu #AEF575
RGB
CMYK
RGB Variations
Color information
#AEF575 (or 0xAEF575) is known color: Sulu. HEX triplet: AE, F5 and 75. RGB value is (174,245,117). Sum of RGB (Red+Green+Blue) = 174+245+117=536 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.46% from 536); Green value is 245 (96.09% from 255 or 45.71% from 536); Blue value is 117 (46.09% from 255 or 21.83% from 536); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF575 is #510A8A. Grayscale: #D1D1D1. Windows color (decimal): -5311115 or 7730606. OLE color: 7730606.
HSL color Cylindrical-coordinate representation of color #AEF575: hue angle of 93.28º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AEF575 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 174 | 245 | 117 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.04 |
| HSL | 93.28º | 0.86% | 0.71% | - |
| HSV(B) | 93.28º | 0.52% | 0.96% | - |
| XYZ | 53.32 | 75.59 | 28.61 | - |
| YUV | 209.18 | 75.98 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 245 | 117 | 0.29 | 0 | 0.52 | 0.04 | 93.28 | 0.86 | 0.71 |
| Hex | AE | F5 | 75 | 1D | 0 | 34 | 4 | 5D | 56 | 47 |
| Octal | 256 | 365 | 165 | 35 | 0 | 64 | 4 | 135 | 126 | 107 |
| Binary | 10101110 | 11110101 | 1110101 | 11101 | 0 | 110100 | 100 | 1011101 | 1010110 | 1000111 |
Color Harmonies of #AEF575
Complementary color
Monochromatic Colors of #AEF575
Black with #AEF575
Text Example
Text Example
White with #AEF575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF575; }
p { color: rgb(174,245,117); }
H1.HeaderClassName
{
color: #AEF575;
}
.AnyTagClassName
{
color: #AEF575;
}
</style>
background-color css
<style>
a { background-color: #AEF575; }
a { background-color: rgb(174,245,117); }
div.DivClassName
{
background-color: #AEF575;
}
.BgClassName
{
background-color: #AEF575;
}
</style>
border-color css
<style>
span { border-color: #AEF575; }
span { border-color: rgb(174,245,117); }
td.TdClassName
{
border-color: #AEF575;
}
.TagClassName
{
border-color: #AEF575;
}
</style>