Shades of Sulu #C9E672
Tints of Sulu #C9E672
RGB
CMYK
RGB Variations
Color information
#C9E672 (or 0xC9E672) is known color: Sulu. HEX triplet: C9, E6 and 72. RGB value is (201,230,114). Sum of RGB (Red+Green+Blue) = 201+230+114=545 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.88% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #C9E672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E672 is #36198D. Grayscale: #D0D0D0. Windows color (decimal): -3545486 or 7530185. OLE color: 7530185.
HSL color Cylindrical-coordinate representation of color #C9E672: hue angle of 75º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C9E672 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 230 | 114 | - |
| CMYK | 0.13 | 0 | 0.50 | 0.10 |
| HSL | 75º | 0.7% | 0.67% | - |
| HSV(B) | 75º | 0.5% | 0.9% | - |
| XYZ | 55.42 | 70.23 | 26.55 | - |
| YUV | 208.11 | 74.89 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 230 | 114 | 0.13 | 0 | 0.50 | 0.10 | 75 | 0.7 | 0.67 |
| Hex | C9 | E6 | 72 | D | 0 | 32 | A | 4B | 46 | 43 |
| Octal | 311 | 346 | 162 | 15 | 0 | 62 | 12 | 113 | 106 | 103 |
| Binary | 11001001 | 11100110 | 1110010 | 1101 | 0 | 110010 | 1010 | 1001011 | 1000110 | 1000011 |
Color Harmonies of #C9E672
Complementary color
Monochromatic Colors of #C9E672
Black with #C9E672
Text Example
Text Example
White with #C9E672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E672; }
p { color: rgb(201,230,114); }
H1.HeaderClassName
{
color: #C9E672;
}
.AnyTagClassName
{
color: #C9E672;
}
</style>
background-color css
<style>
a { background-color: #C9E672; }
a { background-color: rgb(201,230,114); }
div.DivClassName
{
background-color: #C9E672;
}
.BgClassName
{
background-color: #C9E672;
}
</style>
border-color css
<style>
span { border-color: #C9E672; }
span { border-color: rgb(201,230,114); }
td.TdClassName
{
border-color: #C9E672;
}
.TagClassName
{
border-color: #C9E672;
}
</style>