Shades of Sulu #C5E76C
Tints of Sulu #C5E76C
RGB
CMYK
RGB Variations
Color information
#C5E76C (or 0xC5E76C) is known color: Sulu. HEX triplet: C5, E7 and 6C. RGB value is (197,231,108). Sum of RGB (Red+Green+Blue) = 197+231+108=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E76C is #3A1893. Grayscale: #CFCFCF. Windows color (decimal): -3807380 or 7137221. OLE color: 7137221.
HSL color Cylindrical-coordinate representation of color #C5E76C: hue angle of 76.59º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5E76C is Cyan = 0.15, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 108 | - |
| CMYK | 0.15 | 0 | 0.53 | 0.09 |
| HSL | 76.59º | 0.72% | 0.66% | - |
| HSV(B) | 76.59º | 0.53% | 0.91% | - |
| XYZ | 54.31 | 70.1 | 24.86 | - |
| YUV | 206.81 | 72.24 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 108 | 0.15 | 0 | 0.53 | 0.09 | 76.59 | 0.72 | 0.66 |
| Hex | C5 | E7 | 6C | F | 0 | 35 | 9 | 4D | 48 | 42 |
| Octal | 305 | 347 | 154 | 17 | 0 | 65 | 11 | 115 | 110 | 102 |
| Binary | 11000101 | 11100111 | 1101100 | 1111 | 0 | 110101 | 1001 | 1001101 | 1001000 | 1000010 |
Color Harmonies of #C5E76C
Complementary color
Monochromatic Colors of #C5E76C
Black with #C5E76C
Text Example
Text Example
White with #C5E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E76C; }
p { color: rgb(197,231,108); }
H1.HeaderClassName
{
color: #C5E76C;
}
.AnyTagClassName
{
color: #C5E76C;
}
</style>
background-color css
<style>
a { background-color: #C5E76C; }
a { background-color: rgb(197,231,108); }
div.DivClassName
{
background-color: #C5E76C;
}
.BgClassName
{
background-color: #C5E76C;
}
</style>
border-color css
<style>
span { border-color: #C5E76C; }
span { border-color: rgb(197,231,108); }
td.TdClassName
{
border-color: #C5E76C;
}
.TagClassName
{
border-color: #C5E76C;
}
</style>