Shades of Sulu #C9EC7D
Tints of Sulu #C9EC7D
RGB
CMYK
RGB Variations
Color information
#C9EC7D (or 0xC9EC7D) is known color: Sulu. HEX triplet: C9, EC and 7D. RGB value is (201,236,125). Sum of RGB (Red+Green+Blue) = 201+236+125=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 236 (92.58% from 255 or 41.99% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 236 - color contains mainly: green. Hex color #C9EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9EC7D is #361382. Grayscale: #D5D5D5. Windows color (decimal): -3543939 or 8252617. OLE color: 8252617.
HSL color Cylindrical-coordinate representation of color #C9EC7D: hue angle of 78.92º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9EC7D is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 236 | 125 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.07 |
| HSL | 78.92º | 0.74% | 0.71% | - |
| HSV(B) | 78.92º | 0.47% | 0.93% | - |
| XYZ | 57.78 | 73.89 | 30.62 | - |
| YUV | 212.88 | 78.4 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 236 | 125 | 0.15 | 0 | 0.47 | 0.07 | 78.92 | 0.74 | 0.71 |
| Hex | C9 | EC | 7D | F | 0 | 2F | 7 | 4F | 4A | 47 |
| Octal | 311 | 354 | 175 | 17 | 0 | 57 | 7 | 117 | 112 | 107 |
| Binary | 11001001 | 11101100 | 1111101 | 1111 | 0 | 101111 | 111 | 1001111 | 1001010 | 1000111 |
Color Harmonies of #C9EC7D
Complementary color
Monochromatic Colors of #C9EC7D
Black with #C9EC7D
Text Example
Text Example
White with #C9EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EC7D; }
p { color: rgb(201,236,125); }
H1.HeaderClassName
{
color: #C9EC7D;
}
.AnyTagClassName
{
color: #C9EC7D;
}
</style>
background-color css
<style>
a { background-color: #C9EC7D; }
a { background-color: rgb(201,236,125); }
div.DivClassName
{
background-color: #C9EC7D;
}
.BgClassName
{
background-color: #C9EC7D;
}
</style>
border-color css
<style>
span { border-color: #C9EC7D; }
span { border-color: rgb(201,236,125); }
td.TdClassName
{
border-color: #C9EC7D;
}
.TagClassName
{
border-color: #C9EC7D;
}
</style>