Shades of Sulu #C5E96B
Tints of Sulu #C5E96B
RGB
CMYK
RGB Variations
Color information
#C5E96B (or 0xC5E96B) is known color: Sulu. HEX triplet: C5, E9 and 6B. RGB value is (197,233,107). Sum of RGB (Red+Green+Blue) = 197+233+107=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 233 (91.41% from 255 or 43.39% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E96B is #3A1694. Grayscale: #D0D0D0. Windows color (decimal): -3806869 or 7072197. OLE color: 7072197.
HSL color Cylindrical-coordinate representation of color #C5E96B: hue angle of 77.14º 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 #C5E96B is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 107 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.09 |
| HSL | 77.14º | 0.74% | 0.67% | - |
| HSV(B) | 77.14º | 0.54% | 0.91% | - |
| XYZ | 54.82 | 71.21 | 24.77 | - |
| YUV | 207.87 | 71.07 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 107 | 0.15 | 0 | 0.54 | 0.09 | 77.14 | 0.74 | 0.67 |
| Hex | C5 | E9 | 6B | F | 0 | 36 | 9 | 4D | 4A | 43 |
| Octal | 305 | 351 | 153 | 17 | 0 | 66 | 11 | 115 | 112 | 103 |
| Binary | 11000101 | 11101001 | 1101011 | 1111 | 0 | 110110 | 1001 | 1001101 | 1001010 | 1000011 |
Color Harmonies of #C5E96B
Complementary color
Monochromatic Colors of #C5E96B
Black with #C5E96B
Text Example
Text Example
White with #C5E96B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E96B; }
p { color: rgb(197,233,107); }
H1.HeaderClassName
{
color: #C5E96B;
}
.AnyTagClassName
{
color: #C5E96B;
}
</style>
background-color css
<style>
a { background-color: #C5E96B; }
a { background-color: rgb(197,233,107); }
div.DivClassName
{
background-color: #C5E96B;
}
.BgClassName
{
background-color: #C5E96B;
}
</style>
border-color css
<style>
span { border-color: #C5E96B; }
span { border-color: rgb(197,233,107); }
td.TdClassName
{
border-color: #C5E96B;
}
.TagClassName
{
border-color: #C5E96B;
}
</style>