Shades of Sulu #C9E571
Tints of Sulu #C9E571
RGB
CMYK
RGB Variations
Color information
#C9E571 (or 0xC9E571) is known color: Sulu. HEX triplet: C9, E5 and 71. RGB value is (201,229,113). Sum of RGB (Red+Green+Blue) = 201+229+113=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 113 (44.53% from 255 or 20.81% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #C9E571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9E571 is #361A8E. Grayscale: #CFCFCF. Windows color (decimal): -3545743 or 7464393. OLE color: 7464393.
HSL color Cylindrical-coordinate representation of color #C9E571: hue angle of 74.48º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C9E571 is Cyan = 0.12, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 229 | 113 | - |
| CMYK | 0.12 | 0 | 0.51 | 0.10 |
| HSL | 74.48º | 0.69% | 0.67% | - |
| HSV(B) | 74.48º | 0.51% | 0.9% | - |
| XYZ | 55.09 | 69.65 | 26.16 | - |
| YUV | 207.4 | 74.72 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 229 | 113 | 0.12 | 0 | 0.51 | 0.10 | 74.48 | 0.69 | 0.67 |
| Hex | C9 | E5 | 71 | C | 0 | 33 | A | 4A | 45 | 43 |
| Octal | 311 | 345 | 161 | 14 | 0 | 63 | 12 | 112 | 105 | 103 |
| Binary | 11001001 | 11100101 | 1110001 | 1100 | 0 | 110011 | 1010 | 1001010 | 1000101 | 1000011 |
Color Harmonies of #C9E571
Complementary color
Monochromatic Colors of #C9E571
Black with #C9E571
Text Example
Text Example
White with #C9E571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E571; }
p { color: rgb(201,229,113); }
H1.HeaderClassName
{
color: #C9E571;
}
.AnyTagClassName
{
color: #C9E571;
}
</style>
background-color css
<style>
a { background-color: #C9E571; }
a { background-color: rgb(201,229,113); }
div.DivClassName
{
background-color: #C9E571;
}
.BgClassName
{
background-color: #C9E571;
}
</style>
border-color css
<style>
span { border-color: #C9E571; }
span { border-color: rgb(201,229,113); }
td.TdClassName
{
border-color: #C9E571;
}
.TagClassName
{
border-color: #C9E571;
}
</style>