Shades of Sulu #C9F76C
Tints of Sulu #C9F76C
RGB
CMYK
RGB Variations
Color information
#C9F76C (or 0xC9F76C) is known color: Sulu. HEX triplet: C9, F7 and 6C. RGB value is (201,247,108). Sum of RGB (Red+Green+Blue) = 201+247+108=556 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.15% from 556); Green value is 247 (96.88% from 255 or 44.42% from 556); Blue value is 108 (42.58% from 255 or 19.42% from 556); Max value from RGB is 247 - color contains mainly: green. Hex color #C9F76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F76C is #360893. Grayscale: #D9D9D9. Windows color (decimal): -3541140 or 7141321. OLE color: 7141321.
HSL color Cylindrical-coordinate representation of color #C9F76C: hue angle of 79.86º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C9F76C is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 247 | 108 | - |
| CMYK | 0.19 | 0 | 0.56 | 0.03 |
| HSL | 79.86º | 0.9% | 0.7% | - |
| HSV(B) | 79.86º | 0.56% | 0.97% | - |
| XYZ | 60.05 | 80.02 | 26.47 | - |
| YUV | 217.4 | 66.26 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 247 | 108 | 0.19 | 0 | 0.56 | 0.03 | 79.86 | 0.9 | 0.7 |
| Hex | C9 | F7 | 6C | 13 | 0 | 38 | 3 | 50 | 5A | 46 |
| Octal | 311 | 367 | 154 | 23 | 0 | 70 | 3 | 120 | 132 | 106 |
| Binary | 11001001 | 11110111 | 1101100 | 10011 | 0 | 111000 | 11 | 1010000 | 1011010 | 1000110 |
Color Harmonies of #C9F76C
Complementary color
Monochromatic Colors of #C9F76C
Black with #C9F76C
Text Example
Text Example
White with #C9F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F76C; }
p { color: rgb(201,247,108); }
H1.HeaderClassName
{
color: #C9F76C;
}
.AnyTagClassName
{
color: #C9F76C;
}
</style>
background-color css
<style>
a { background-color: #C9F76C; }
a { background-color: rgb(201,247,108); }
div.DivClassName
{
background-color: #C9F76C;
}
.BgClassName
{
background-color: #C9F76C;
}
</style>
border-color css
<style>
span { border-color: #C9F76C; }
span { border-color: rgb(201,247,108); }
td.TdClassName
{
border-color: #C9F76C;
}
.TagClassName
{
border-color: #C9F76C;
}
</style>