Shades of Sulu #C8F979
Tints of Sulu #C8F979
RGB
CMYK
RGB Variations
Color information
#C8F979 (or 0xC8F979) is known color: Sulu. HEX triplet: C8, F9 and 79. RGB value is (200,249,121). Sum of RGB (Red+Green+Blue) = 200+249+121=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 121 (47.66% from 255 or 21.23% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F979 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F979 is #370686. Grayscale: #DCDCDC. Windows color (decimal): -3606151 or 7993800. OLE color: 7993800.
HSL color Cylindrical-coordinate representation of color #C8F979: hue angle of 82.97º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C8F979 is Cyan = 0.20, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 121 | - |
| CMYK | 0.20 | 0 | 0.51 | 0.02 |
| HSL | 82.97º | 0.91% | 0.73% | - |
| HSV(B) | 82.97º | 0.51% | 0.98% | - |
| XYZ | 61.15 | 81.41 | 30.58 | - |
| YUV | 219.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 121 | 0.20 | 0 | 0.51 | 0.02 | 82.97 | 0.91 | 0.73 |
| Hex | C8 | F9 | 79 | 14 | 0 | 33 | 2 | 53 | 5B | 49 |
| Octal | 310 | 371 | 171 | 24 | 0 | 63 | 2 | 123 | 133 | 111 |
| Binary | 11001000 | 11111001 | 1111001 | 10100 | 0 | 110011 | 10 | 1010011 | 1011011 | 1001001 |
Color Harmonies of #C8F979
Complementary color
Monochromatic Colors of #C8F979
Black with #C8F979
Text Example
Text Example
White with #C8F979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F979; }
p { color: rgb(200,249,121); }
H1.HeaderClassName
{
color: #C8F979;
}
.AnyTagClassName
{
color: #C8F979;
}
</style>
background-color css
<style>
a { background-color: #C8F979; }
a { background-color: rgb(200,249,121); }
div.DivClassName
{
background-color: #C8F979;
}
.BgClassName
{
background-color: #C8F979;
}
</style>
border-color css
<style>
span { border-color: #C8F979; }
span { border-color: rgb(200,249,121); }
td.TdClassName
{
border-color: #C8F979;
}
.TagClassName
{
border-color: #C8F979;
}
</style>