Shades of Sulu #C9E974
Tints of Sulu #C9E974
RGB
CMYK
RGB Variations
Color information
#C9E974 (or 0xC9E974) is known color: Sulu. HEX triplet: C9, E9 and 74. RGB value is (201,233,116). Sum of RGB (Red+Green+Blue) = 201+233+116=550 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.55% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E974 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E974 is #36168B. Grayscale: #D2D2D2. Windows color (decimal): -3544716 or 7662025. OLE color: 7662025.
HSL color Cylindrical-coordinate representation of color #C9E974: hue angle of 76.41º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9E974 is Cyan = 0.14, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 116 | - |
| CMYK | 0.14 | 0 | 0.50 | 0.09 |
| HSL | 76.41º | 0.73% | 0.68% | - |
| HSV(B) | 76.41º | 0.5% | 0.91% | - |
| XYZ | 56.38 | 71.96 | 27.44 | - |
| YUV | 210.09 | 74.9 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 116 | 0.14 | 0 | 0.50 | 0.09 | 76.41 | 0.73 | 0.68 |
| Hex | C9 | E9 | 74 | E | 0 | 32 | 9 | 4C | 49 | 44 |
| Octal | 311 | 351 | 164 | 16 | 0 | 62 | 11 | 114 | 111 | 104 |
| Binary | 11001001 | 11101001 | 1110100 | 1110 | 0 | 110010 | 1001 | 1001100 | 1001001 | 1000100 |
Color Harmonies of #C9E974
Complementary color
Monochromatic Colors of #C9E974
Black with #C9E974
Text Example
Text Example
White with #C9E974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E974; }
p { color: rgb(201,233,116); }
H1.HeaderClassName
{
color: #C9E974;
}
.AnyTagClassName
{
color: #C9E974;
}
</style>
background-color css
<style>
a { background-color: #C9E974; }
a { background-color: rgb(201,233,116); }
div.DivClassName
{
background-color: #C9E974;
}
.BgClassName
{
background-color: #C9E974;
}
</style>
border-color css
<style>
span { border-color: #C9E974; }
span { border-color: rgb(201,233,116); }
td.TdClassName
{
border-color: #C9E974;
}
.TagClassName
{
border-color: #C9E974;
}
</style>