Shades of Sulu #C9EC6C
Tints of Sulu #C9EC6C
RGB
CMYK
RGB Variations
Color information
#C9EC6C (or 0xC9EC6C) is known color: Sulu. HEX triplet: C9, EC and 6C. RGB value is (201,236,108). Sum of RGB (Red+Green+Blue) = 201+236+108=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EC6C is #361393. Grayscale: #D3D3D3. Windows color (decimal): -3543956 or 7138505. OLE color: 7138505.
HSL color Cylindrical-coordinate representation of color #C9EC6C: hue angle of 76.41º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C9EC6C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 108 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.07 |
| HSL | 76.41º | 0.77% | 0.67% | - |
| HSV(B) | 76.41º | 0.54% | 0.93% | - |
| XYZ | 56.79 | 73.49 | 25.38 | - |
| YUV | 210.94 | 69.9 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 108 | 0.15 | 0 | 0.54 | 0.07 | 76.41 | 0.77 | 0.67 |
| Hex | C9 | EC | 6C | F | 0 | 36 | 7 | 4C | 4D | 43 |
| Octal | 311 | 354 | 154 | 17 | 0 | 66 | 7 | 114 | 115 | 103 |
| Binary | 11001001 | 11101100 | 1101100 | 1111 | 0 | 110110 | 111 | 1001100 | 1001101 | 1000011 |
Color Harmonies of #C9EC6C
Complementary color
Monochromatic Colors of #C9EC6C
Black with #C9EC6C
Text Example
Text Example
White with #C9EC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC6C; }
p { color: rgb(201,236,108); }
H1.HeaderClassName
{
color: #C9EC6C;
}
.AnyTagClassName
{
color: #C9EC6C;
}
</style>
background-color css
<style>
a { background-color: #C9EC6C; }
a { background-color: rgb(201,236,108); }
div.DivClassName
{
background-color: #C9EC6C;
}
.BgClassName
{
background-color: #C9EC6C;
}
</style>
border-color css
<style>
span { border-color: #C9EC6C; }
span { border-color: rgb(201,236,108); }
td.TdClassName
{
border-color: #C9EC6C;
}
.TagClassName
{
border-color: #C9EC6C;
}
</style>