Shades of Sulu #C5E96F
Tints of Sulu #C5E96F
RGB
CMYK
RGB Variations
Color information
#C5E96F (or 0xC5E96F) is known color: Sulu. HEX triplet: C5, E9 and 6F. RGB value is (197,233,111). Sum of RGB (Red+Green+Blue) = 197+233+111=541 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.41% from 541); Green value is 233 (91.41% from 255 or 43.07% from 541); Blue value is 111 (43.75% from 255 or 20.52% from 541); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E96F is #3A1690. Grayscale: #D0D0D0. Windows color (decimal): -3806865 or 7334341. OLE color: 7334341.
HSL color Cylindrical-coordinate representation of color #C5E96F: hue angle of 77.7º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C5E96F is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 111 | - |
| CMYK | 0.15 | 0 | 0.52 | 0.09 |
| HSL | 77.7º | 0.73% | 0.67% | - |
| HSV(B) | 77.7º | 0.52% | 0.91% | - |
| XYZ | 55.03 | 71.3 | 25.9 | - |
| YUV | 208.33 | 73.07 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 111 | 0.15 | 0 | 0.52 | 0.09 | 77.7 | 0.73 | 0.67 |
| Hex | C5 | E9 | 6F | F | 0 | 34 | 9 | 4E | 49 | 43 |
| Octal | 305 | 351 | 157 | 17 | 0 | 64 | 11 | 116 | 111 | 103 |
| Binary | 11000101 | 11101001 | 1101111 | 1111 | 0 | 110100 | 1001 | 1001110 | 1001001 | 1000011 |
Color Harmonies of #C5E96F
Complementary color
Monochromatic Colors of #C5E96F
Black with #C5E96F
Text Example
Text Example
White with #C5E96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E96F; }
p { color: rgb(197,233,111); }
H1.HeaderClassName
{
color: #C5E96F;
}
.AnyTagClassName
{
color: #C5E96F;
}
</style>
background-color css
<style>
a { background-color: #C5E96F; }
a { background-color: rgb(197,233,111); }
div.DivClassName
{
background-color: #C5E96F;
}
.BgClassName
{
background-color: #C5E96F;
}
</style>
border-color css
<style>
span { border-color: #C5E96F; }
span { border-color: rgb(197,233,111); }
td.TdClassName
{
border-color: #C5E96F;
}
.TagClassName
{
border-color: #C5E96F;
}
</style>