Shades of Sulu #AFF878
Tints of Sulu #AFF878
RGB
CMYK
RGB Variations
Color information
#AFF878 (or 0xAFF878) is known color: Sulu. HEX triplet: AF, F8 and 78. RGB value is (175,248,120). Sum of RGB (Red+Green+Blue) = 175+248+120=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 248 (97.27% from 255 or 45.67% from 543); Blue value is 120 (47.27% from 255 or 22.10% from 543); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF878 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF878 is #500787. Grayscale: #D4D4D4. Windows color (decimal): -5244808 or 7927983. OLE color: 7927983.
HSL color Cylindrical-coordinate representation of color #AFF878: hue angle of 94.22º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AFF878 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 120 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.03 |
| HSL | 94.22º | 0.9% | 0.72% | - |
| HSV(B) | 94.22º | 0.52% | 0.97% | - |
| XYZ | 54.64 | 77.6 | 29.87 | - |
| YUV | 211.58 | 76.32 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 120 | 0.29 | 0 | 0.52 | 0.03 | 94.22 | 0.9 | 0.72 |
| Hex | AF | F8 | 78 | 1D | 0 | 34 | 3 | 5E | 5A | 48 |
| Octal | 257 | 370 | 170 | 35 | 0 | 64 | 3 | 136 | 132 | 110 |
| Binary | 10101111 | 11111000 | 1111000 | 11101 | 0 | 110100 | 11 | 1011110 | 1011010 | 1001000 |
Color Harmonies of #AFF878
Complementary color
Monochromatic Colors of #AFF878
Black with #AFF878
Text Example
Text Example
White with #AFF878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF878; }
p { color: rgb(175,248,120); }
H1.HeaderClassName
{
color: #AFF878;
}
.AnyTagClassName
{
color: #AFF878;
}
</style>
background-color css
<style>
a { background-color: #AFF878; }
a { background-color: rgb(175,248,120); }
div.DivClassName
{
background-color: #AFF878;
}
.BgClassName
{
background-color: #AFF878;
}
</style>
border-color css
<style>
span { border-color: #AFF878; }
span { border-color: rgb(175,248,120); }
td.TdClassName
{
border-color: #AFF878;
}
.TagClassName
{
border-color: #AFF878;
}
</style>