Shades of Sulu #AEF373
Tints of Sulu #AEF373
RGB
CMYK
RGB Variations
Color information
#AEF373 (or 0xAEF373) is known color: Sulu. HEX triplet: AE, F3 and 73. RGB value is (174,243,115). Sum of RGB (Red+Green+Blue) = 174+243+115=532 (70% of max value = 765). Red value is 174 (68.36% from 255 or 32.71% from 532); Green value is 243 (95.31% from 255 or 45.68% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF373 is #510C8C. Grayscale: #D0D0D0. Windows color (decimal): -5311629 or 7599022. OLE color: 7599022.
HSL color Cylindrical-coordinate representation of color #AEF373: hue angle of 92.34º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEF373 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 115 | - |
| CMYK | 0.28 | 0 | 0.53 | 0.05 |
| HSL | 92.34º | 0.84% | 0.7% | - |
| HSV(B) | 92.34º | 0.53% | 0.95% | - |
| XYZ | 52.6 | 74.34 | 27.8 | - |
| YUV | 207.78 | 75.64 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 115 | 0.28 | 0 | 0.53 | 0.05 | 92.34 | 0.84 | 0.7 |
| Hex | AE | F3 | 73 | 1C | 0 | 35 | 5 | 5C | 54 | 46 |
| Octal | 256 | 363 | 163 | 34 | 0 | 65 | 5 | 134 | 124 | 106 |
| Binary | 10101110 | 11110011 | 1110011 | 11100 | 0 | 110101 | 101 | 1011100 | 1010100 | 1000110 |
Color Harmonies of #AEF373
Complementary color
Monochromatic Colors of #AEF373
Black with #AEF373
Text Example
Text Example
White with #AEF373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF373; }
p { color: rgb(174,243,115); }
H1.HeaderClassName
{
color: #AEF373;
}
.AnyTagClassName
{
color: #AEF373;
}
</style>
background-color css
<style>
a { background-color: #AEF373; }
a { background-color: rgb(174,243,115); }
div.DivClassName
{
background-color: #AEF373;
}
.BgClassName
{
background-color: #AEF373;
}
</style>
border-color css
<style>
span { border-color: #AEF373; }
span { border-color: rgb(174,243,115); }
td.TdClassName
{
border-color: #AEF373;
}
.TagClassName
{
border-color: #AEF373;
}
</style>