Shades of Sulu #C5E96E
Tints of Sulu #C5E96E
RGB
CMYK
RGB Variations
Color information
#C5E96E (or 0xC5E96E) is known color: Sulu. HEX triplet: C5, E9 and 6E. RGB value is (197,233,110). Sum of RGB (Red+Green+Blue) = 197+233+110=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 233 (91.41% from 255 or 43.15% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E96E is #3A1691. Grayscale: #D0D0D0. Windows color (decimal): -3806866 or 7268805. OLE color: 7268805.
HSL color Cylindrical-coordinate representation of color #C5E96E: hue angle of 77.56º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5E96E is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 110 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.09 |
| HSL | 77.56º | 0.74% | 0.67% | - |
| HSV(B) | 77.56º | 0.53% | 0.91% | - |
| XYZ | 54.98 | 71.27 | 25.61 | - |
| YUV | 208.21 | 72.57 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 110 | 0.15 | 0 | 0.53 | 0.09 | 77.56 | 0.74 | 0.67 |
| Hex | C5 | E9 | 6E | F | 0 | 35 | 9 | 4E | 4A | 43 |
| Octal | 305 | 351 | 156 | 17 | 0 | 65 | 11 | 116 | 112 | 103 |
| Binary | 11000101 | 11101001 | 1101110 | 1111 | 0 | 110101 | 1001 | 1001110 | 1001010 | 1000011 |
Color Harmonies of #C5E96E
Complementary color
Monochromatic Colors of #C5E96E
Black with #C5E96E
Text Example
Text Example
White with #C5E96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E96E; }
p { color: rgb(197,233,110); }
H1.HeaderClassName
{
color: #C5E96E;
}
.AnyTagClassName
{
color: #C5E96E;
}
</style>
background-color css
<style>
a { background-color: #C5E96E; }
a { background-color: rgb(197,233,110); }
div.DivClassName
{
background-color: #C5E96E;
}
.BgClassName
{
background-color: #C5E96E;
}
</style>
border-color css
<style>
span { border-color: #C5E96E; }
span { border-color: rgb(197,233,110); }
td.TdClassName
{
border-color: #C5E96E;
}
.TagClassName
{
border-color: #C5E96E;
}
</style>