Shades of Sulu #AFF273
Tints of Sulu #AFF273
RGB
CMYK
RGB Variations
Color information
#AFF273 (or 0xAFF273) is known color: Sulu. HEX triplet: AF, F2 and 73. RGB value is (175,242,115). Sum of RGB (Red+Green+Blue) = 175+242+115=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 115 (45.31% from 255 or 21.62% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF273 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF273 is #500D8C. Grayscale: #CFCFCF. Windows color (decimal): -5246349 or 7598767. OLE color: 7598767.
HSL color Cylindrical-coordinate representation of color #AFF273: hue angle of 91.65º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFF273 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 115 | - |
| CMYK | 0.28 | 0 | 0.52 | 0.05 |
| HSL | 91.65º | 0.83% | 0.7% | - |
| HSV(B) | 91.65º | 0.52% | 0.95% | - |
| XYZ | 52.53 | 73.86 | 27.71 | - |
| YUV | 207.49 | 75.8 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 115 | 0.28 | 0 | 0.52 | 0.05 | 91.65 | 0.83 | 0.7 |
| Hex | AF | F2 | 73 | 1C | 0 | 34 | 5 | 5C | 53 | 46 |
| Octal | 257 | 362 | 163 | 34 | 0 | 64 | 5 | 134 | 123 | 106 |
| Binary | 10101111 | 11110010 | 1110011 | 11100 | 0 | 110100 | 101 | 1011100 | 1010011 | 1000110 |
Color Harmonies of #AFF273
Complementary color
Monochromatic Colors of #AFF273
Black with #AFF273
Text Example
Text Example
White with #AFF273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF273; }
p { color: rgb(175,242,115); }
H1.HeaderClassName
{
color: #AFF273;
}
.AnyTagClassName
{
color: #AFF273;
}
</style>
background-color css
<style>
a { background-color: #AFF273; }
a { background-color: rgb(175,242,115); }
div.DivClassName
{
background-color: #AFF273;
}
.BgClassName
{
background-color: #AFF273;
}
</style>
border-color css
<style>
span { border-color: #AFF273; }
span { border-color: rgb(175,242,115); }
td.TdClassName
{
border-color: #AFF273;
}
.TagClassName
{
border-color: #AFF273;
}
</style>