Shades of Sulu #C9ED6F
Tints of Sulu #C9ED6F
RGB
CMYK
RGB Variations
Color information
#C9ED6F (or 0xC9ED6F) is known color: Sulu. HEX triplet: C9, ED and 6F. RGB value is (201,237,111). Sum of RGB (Red+Green+Blue) = 201+237+111=549 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.61% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 111 (43.75% from 255 or 20.22% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED6F is #361290. Grayscale: #D4D4D4. Windows color (decimal): -3543697 or 7335369. OLE color: 7335369.
HSL color Cylindrical-coordinate representation of color #C9ED6F: hue angle of 77.14º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C9ED6F is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 111 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.07 |
| HSL | 77.14º | 0.78% | 0.68% | - |
| HSV(B) | 77.14º | 0.53% | 0.93% | - |
| XYZ | 57.24 | 74.13 | 26.33 | - |
| YUV | 211.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 111 | 0.15 | 0 | 0.53 | 0.07 | 77.14 | 0.78 | 0.68 |
| Hex | C9 | ED | 6F | F | 0 | 35 | 7 | 4D | 4E | 44 |
| Octal | 311 | 355 | 157 | 17 | 0 | 65 | 7 | 115 | 116 | 104 |
| Binary | 11001001 | 11101101 | 1101111 | 1111 | 0 | 110101 | 111 | 1001101 | 1001110 | 1000100 |
Color Harmonies of #C9ED6F
Complementary color
Monochromatic Colors of #C9ED6F
Black with #C9ED6F
Text Example
Text Example
White with #C9ED6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED6F; }
p { color: rgb(201,237,111); }
H1.HeaderClassName
{
color: #C9ED6F;
}
.AnyTagClassName
{
color: #C9ED6F;
}
</style>
background-color css
<style>
a { background-color: #C9ED6F; }
a { background-color: rgb(201,237,111); }
div.DivClassName
{
background-color: #C9ED6F;
}
.BgClassName
{
background-color: #C9ED6F;
}
</style>
border-color css
<style>
span { border-color: #C9ED6F; }
span { border-color: rgb(201,237,111); }
td.TdClassName
{
border-color: #C9ED6F;
}
.TagClassName
{
border-color: #C9ED6F;
}
</style>