Shades of Sulu #AFF277
Tints of Sulu #AFF277
RGB
CMYK
RGB Variations
Color information
#AFF277 (or 0xAFF277) is known color: Sulu. HEX triplet: AF, F2 and 77. RGB value is (175,242,119). Sum of RGB (Red+Green+Blue) = 175+242+119=536 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.65% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 119 (46.88% from 255 or 22.20% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF277 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF277 is #500D88. Grayscale: #D0D0D0. Windows color (decimal): -5246345 or 7860911. OLE color: 7860911.
HSL color Cylindrical-coordinate representation of color #AFF277: hue angle of 92.68º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AFF277 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 119 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.05 |
| HSL | 92.68º | 0.83% | 0.71% | - |
| HSV(B) | 92.68º | 0.51% | 0.95% | - |
| XYZ | 52.76 | 73.95 | 28.95 | - |
| YUV | 207.95 | 77.8 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 119 | 0.28 | 0 | 0.51 | 0.05 | 92.68 | 0.83 | 0.71 |
| Hex | AF | F2 | 77 | 1C | 0 | 33 | 5 | 5D | 53 | 47 |
| Octal | 257 | 362 | 167 | 34 | 0 | 63 | 5 | 135 | 123 | 107 |
| Binary | 10101111 | 11110010 | 1110111 | 11100 | 0 | 110011 | 101 | 1011101 | 1010011 | 1000111 |
Color Harmonies of #AFF277
Complementary color
Monochromatic Colors of #AFF277
Black with #AFF277
Text Example
Text Example
White with #AFF277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF277; }
p { color: rgb(175,242,119); }
H1.HeaderClassName
{
color: #AFF277;
}
.AnyTagClassName
{
color: #AFF277;
}
</style>
background-color css
<style>
a { background-color: #AFF277; }
a { background-color: rgb(175,242,119); }
div.DivClassName
{
background-color: #AFF277;
}
.BgClassName
{
background-color: #AFF277;
}
</style>
border-color css
<style>
span { border-color: #AFF277; }
span { border-color: rgb(175,242,119); }
td.TdClassName
{
border-color: #AFF277;
}
.TagClassName
{
border-color: #AFF277;
}
</style>