Shades of Sulu #C9F278
Tints of Sulu #C9F278
RGB
CMYK
RGB Variations
Color information
#C9F278 (or 0xC9F278) is known color: Sulu. HEX triplet: C9, F2 and 78. RGB value is (201,242,120). Sum of RGB (Red+Green+Blue) = 201+242+120=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 120 (47.27% from 255 or 21.31% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F278 is #360D87. Grayscale: #D8D8D8. Windows color (decimal): -3542408 or 7926473. OLE color: 7926473.
HSL color Cylindrical-coordinate representation of color #C9F278: hue angle of 80.16º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9F278 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 120 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.05 |
| HSL | 80.16º | 0.82% | 0.71% | - |
| HSV(B) | 80.16º | 0.5% | 0.95% | - |
| XYZ | 59.23 | 77.28 | 29.56 | - |
| YUV | 215.83 | 73.92 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 120 | 0.17 | 0 | 0.50 | 0.05 | 80.16 | 0.82 | 0.71 |
| Hex | C9 | F2 | 78 | 11 | 0 | 32 | 5 | 50 | 52 | 47 |
| Octal | 311 | 362 | 170 | 21 | 0 | 62 | 5 | 120 | 122 | 107 |
| Binary | 11001001 | 11110010 | 1111000 | 10001 | 0 | 110010 | 101 | 1010000 | 1010010 | 1000111 |
Color Harmonies of #C9F278
Complementary color
Monochromatic Colors of #C9F278
Black with #C9F278
Text Example
Text Example
White with #C9F278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F278; }
p { color: rgb(201,242,120); }
H1.HeaderClassName
{
color: #C9F278;
}
.AnyTagClassName
{
color: #C9F278;
}
</style>
background-color css
<style>
a { background-color: #C9F278; }
a { background-color: rgb(201,242,120); }
div.DivClassName
{
background-color: #C9F278;
}
.BgClassName
{
background-color: #C9F278;
}
</style>
border-color css
<style>
span { border-color: #C9F278; }
span { border-color: rgb(201,242,120); }
td.TdClassName
{
border-color: #C9F278;
}
.TagClassName
{
border-color: #C9F278;
}
</style>