Shades of Sulu #C9F277
Tints of Sulu #C9F277
RGB
CMYK
RGB Variations
Color information
#C9F277 (or 0xC9F277) is known color: Sulu. HEX triplet: C9, F2 and 77. RGB value is (201,242,119). Sum of RGB (Red+Green+Blue) = 201+242+119=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 119 (46.88% from 255 or 21.17% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F277 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9F277 is #360D88. Grayscale: #D8D8D8. Windows color (decimal): -3542409 or 7860937. OLE color: 7860937.
HSL color Cylindrical-coordinate representation of color #C9F277: hue angle of 80º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9F277 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 242 | 119 | - |
| CMYK | 0.17 | 0 | 0.51 | 0.05 |
| HSL | 80º | 0.83% | 0.71% | - |
| HSV(B) | 80º | 0.51% | 0.95% | - |
| XYZ | 59.17 | 77.25 | 29.25 | - |
| YUV | 215.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 242 | 119 | 0.17 | 0 | 0.51 | 0.05 | 80 | 0.83 | 0.71 |
| Hex | C9 | F2 | 77 | 11 | 0 | 33 | 5 | 50 | 53 | 47 |
| Octal | 311 | 362 | 167 | 21 | 0 | 63 | 5 | 120 | 123 | 107 |
| Binary | 11001001 | 11110010 | 1110111 | 10001 | 0 | 110011 | 101 | 1010000 | 1010011 | 1000111 |
Color Harmonies of #C9F277
Complementary color
Monochromatic Colors of #C9F277
Black with #C9F277
Text Example
Text Example
White with #C9F277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F277; }
p { color: rgb(201,242,119); }
H1.HeaderClassName
{
color: #C9F277;
}
.AnyTagClassName
{
color: #C9F277;
}
</style>
background-color css
<style>
a { background-color: #C9F277; }
a { background-color: rgb(201,242,119); }
div.DivClassName
{
background-color: #C9F277;
}
.BgClassName
{
background-color: #C9F277;
}
</style>
border-color css
<style>
span { border-color: #C9F277; }
span { border-color: rgb(201,242,119); }
td.TdClassName
{
border-color: #C9F277;
}
.TagClassName
{
border-color: #C9F277;
}
</style>