Shades of Sulu #AFE770
Tints of Sulu #AFE770
RGB
CMYK
RGB Variations
Color information
#AFE770 (or 0xAFE770) is known color: Sulu. HEX triplet: AF, E7 and 70. RGB value is (175,231,112). Sum of RGB (Red+Green+Blue) = 175+231+112=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 231 (90.62% from 255 or 44.59% from 518); Blue value is 112 (44.14% from 255 or 21.62% from 518); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE770 is #50188F. Grayscale: #C9C9C9. Windows color (decimal): -5249168 or 7399343. OLE color: 7399343.
HSL color Cylindrical-coordinate representation of color #AFE770: hue angle of 88.24º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFE770 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 112 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.09 |
| HSL | 88.24º | 0.71% | 0.67% | - |
| HSV(B) | 88.24º | 0.52% | 0.91% | - |
| XYZ | 49.18 | 67.44 | 25.75 | - |
| YUV | 200.69 | 77.95 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 112 | 0.24 | 0 | 0.52 | 0.09 | 88.24 | 0.71 | 0.67 |
| Hex | AF | E7 | 70 | 18 | 0 | 34 | 9 | 58 | 47 | 43 |
| Octal | 257 | 347 | 160 | 30 | 0 | 64 | 11 | 130 | 107 | 103 |
| Binary | 10101111 | 11100111 | 1110000 | 11000 | 0 | 110100 | 1001 | 1011000 | 1000111 | 1000011 |
Color Harmonies of #AFE770
Complementary color
Monochromatic Colors of #AFE770
Black with #AFE770
Text Example
Text Example
White with #AFE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE770; }
p { color: rgb(175,231,112); }
H1.HeaderClassName
{
color: #AFE770;
}
.AnyTagClassName
{
color: #AFE770;
}
</style>
background-color css
<style>
a { background-color: #AFE770; }
a { background-color: rgb(175,231,112); }
div.DivClassName
{
background-color: #AFE770;
}
.BgClassName
{
background-color: #AFE770;
}
</style>
border-color css
<style>
span { border-color: #AFE770; }
span { border-color: rgb(175,231,112); }
td.TdClassName
{
border-color: #AFE770;
}
.TagClassName
{
border-color: #AFE770;
}
</style>