Shades of Sulu #C9ED6C
Tints of Sulu #C9ED6C
RGB
CMYK
RGB Variations
Color information
#C9ED6C (or 0xC9ED6C) is known color: Sulu. HEX triplet: C9, ED and 6C. RGB value is (201,237,108). Sum of RGB (Red+Green+Blue) = 201+237+108=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 237 (92.97% from 255 or 43.41% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9ED6C is #361293. Grayscale: #D4D4D4. Windows color (decimal): -3543700 or 7138761. OLE color: 7138761.
HSL color Cylindrical-coordinate representation of color #C9ED6C: hue angle of 76.74º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9ED6C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 108 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.07 |
| HSL | 76.74º | 0.78% | 0.68% | - |
| HSV(B) | 76.74º | 0.54% | 0.93% | - |
| XYZ | 57.08 | 74.07 | 25.48 | - |
| YUV | 211.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 108 | 0.15 | 0 | 0.54 | 0.07 | 76.74 | 0.78 | 0.68 |
| Hex | C9 | ED | 6C | F | 0 | 36 | 7 | 4D | 4E | 44 |
| Octal | 311 | 355 | 154 | 17 | 0 | 66 | 7 | 115 | 116 | 104 |
| Binary | 11001001 | 11101101 | 1101100 | 1111 | 0 | 110110 | 111 | 1001101 | 1001110 | 1000100 |
Color Harmonies of #C9ED6C
Complementary color
Monochromatic Colors of #C9ED6C
Black with #C9ED6C
Text Example
Text Example
White with #C9ED6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED6C; }
p { color: rgb(201,237,108); }
H1.HeaderClassName
{
color: #C9ED6C;
}
.AnyTagClassName
{
color: #C9ED6C;
}
</style>
background-color css
<style>
a { background-color: #C9ED6C; }
a { background-color: rgb(201,237,108); }
div.DivClassName
{
background-color: #C9ED6C;
}
.BgClassName
{
background-color: #C9ED6C;
}
</style>
border-color css
<style>
span { border-color: #C9ED6C; }
span { border-color: rgb(201,237,108); }
td.TdClassName
{
border-color: #C9ED6C;
}
.TagClassName
{
border-color: #C9ED6C;
}
</style>