Shades of Sulu #C5E96C
Tints of Sulu #C5E96C
RGB
CMYK
RGB Variations
Color information
#C5E96C (or 0xC5E96C) is known color: Sulu. HEX triplet: C5, E9 and 6C. RGB value is (197,233,108). Sum of RGB (Red+Green+Blue) = 197+233+108=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E96C is #3A1693. Grayscale: #D0D0D0. Windows color (decimal): -3806868 or 7137733. OLE color: 7137733.
HSL color Cylindrical-coordinate representation of color #C5E96C: hue angle of 77.28º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5E96C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 108 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.09 |
| HSL | 77.28º | 0.74% | 0.67% | - |
| HSV(B) | 77.28º | 0.54% | 0.91% | - |
| XYZ | 54.87 | 71.23 | 25.04 | - |
| YUV | 207.99 | 71.57 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 108 | 0.15 | 0 | 0.54 | 0.09 | 77.28 | 0.74 | 0.67 |
| Hex | C5 | E9 | 6C | F | 0 | 36 | 9 | 4D | 4A | 43 |
| Octal | 305 | 351 | 154 | 17 | 0 | 66 | 11 | 115 | 112 | 103 |
| Binary | 11000101 | 11101001 | 1101100 | 1111 | 0 | 110110 | 1001 | 1001101 | 1001010 | 1000011 |
Color Harmonies of #C5E96C
Complementary color
Monochromatic Colors of #C5E96C
Black with #C5E96C
Text Example
Text Example
White with #C5E96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E96C; }
p { color: rgb(197,233,108); }
H1.HeaderClassName
{
color: #C5E96C;
}
.AnyTagClassName
{
color: #C5E96C;
}
</style>
background-color css
<style>
a { background-color: #C5E96C; }
a { background-color: rgb(197,233,108); }
div.DivClassName
{
background-color: #C5E96C;
}
.BgClassName
{
background-color: #C5E96C;
}
</style>
border-color css
<style>
span { border-color: #C5E96C; }
span { border-color: rgb(197,233,108); }
td.TdClassName
{
border-color: #C5E96C;
}
.TagClassName
{
border-color: #C5E96C;
}
</style>