Shades of Sulu #C5E76A
Tints of Sulu #C5E76A
RGB
CMYK
RGB Variations
Color information
#C5E76A (or 0xC5E76A) is known color: Sulu. HEX triplet: C5, E7 and 6A. RGB value is (197,231,106). Sum of RGB (Red+Green+Blue) = 197+231+106=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 231 (90.62% from 255 or 43.26% from 534); Blue value is 106 (41.80% from 255 or 19.85% from 534); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E76A is #3A1895. Grayscale: #CFCFCF. Windows color (decimal): -3807382 or 7006149. OLE color: 7006149.
HSL color Cylindrical-coordinate representation of color #C5E76A: hue angle of 76.32º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5E76A is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 106 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.09 |
| HSL | 76.32º | 0.72% | 0.66% | - |
| HSV(B) | 76.32º | 0.54% | 0.91% | - |
| XYZ | 54.2 | 70.06 | 24.3 | - |
| YUV | 206.58 | 71.24 | 121.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 106 | 0.15 | 0 | 0.54 | 0.09 | 76.32 | 0.72 | 0.66 |
| Hex | C5 | E7 | 6A | F | 0 | 36 | 9 | 4C | 48 | 42 |
| Octal | 305 | 347 | 152 | 17 | 0 | 66 | 11 | 114 | 110 | 102 |
| Binary | 11000101 | 11100111 | 1101010 | 1111 | 0 | 110110 | 1001 | 1001100 | 1001000 | 1000010 |
Color Harmonies of #C5E76A
Complementary color
Monochromatic Colors of #C5E76A
Black with #C5E76A
Text Example
Text Example
White with #C5E76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E76A; }
p { color: rgb(197,231,106); }
H1.HeaderClassName
{
color: #C5E76A;
}
.AnyTagClassName
{
color: #C5E76A;
}
</style>
background-color css
<style>
a { background-color: #C5E76A; }
a { background-color: rgb(197,231,106); }
div.DivClassName
{
background-color: #C5E76A;
}
.BgClassName
{
background-color: #C5E76A;
}
</style>
border-color css
<style>
span { border-color: #C5E76A; }
span { border-color: rgb(197,231,106); }
td.TdClassName
{
border-color: #C5E76A;
}
.TagClassName
{
border-color: #C5E76A;
}
</style>