Shades of Sulu #C5E96A
Tints of Sulu #C5E96A
RGB
CMYK
RGB Variations
Color information
#C5E96A (or 0xC5E96A) is known color: Sulu. HEX triplet: C5, E9 and 6A. RGB value is (197,233,106). Sum of RGB (Red+Green+Blue) = 197+233+106=536 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.75% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 106 (41.80% from 255 or 19.78% from 536); Max value from RGB is 233 - color contains mainly: green. Hex color #C5E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E96A is #3A1695. Grayscale: #D0D0D0. Windows color (decimal): -3806870 or 7006661. OLE color: 7006661.
HSL color Cylindrical-coordinate representation of color #C5E96A: hue angle of 77.01º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C5E96A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 233 | 106 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.09 |
| HSL | 77.01º | 0.74% | 0.66% | - |
| HSV(B) | 77.01º | 0.55% | 0.91% | - |
| XYZ | 54.77 | 71.19 | 24.49 | - |
| YUV | 207.76 | 70.57 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 233 | 106 | 0.15 | 0 | 0.55 | 0.09 | 77.01 | 0.74 | 0.66 |
| Hex | C5 | E9 | 6A | F | 0 | 37 | 9 | 4D | 4A | 42 |
| Octal | 305 | 351 | 152 | 17 | 0 | 67 | 11 | 115 | 112 | 102 |
| Binary | 11000101 | 11101001 | 1101010 | 1111 | 0 | 110111 | 1001 | 1001101 | 1001010 | 1000010 |
Color Harmonies of #C5E96A
Complementary color
Monochromatic Colors of #C5E96A
Black with #C5E96A
Text Example
Text Example
White with #C5E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E96A; }
p { color: rgb(197,233,106); }
H1.HeaderClassName
{
color: #C5E96A;
}
.AnyTagClassName
{
color: #C5E96A;
}
</style>
background-color css
<style>
a { background-color: #C5E96A; }
a { background-color: rgb(197,233,106); }
div.DivClassName
{
background-color: #C5E96A;
}
.BgClassName
{
background-color: #C5E96A;
}
</style>
border-color css
<style>
span { border-color: #C5E96A; }
span { border-color: rgb(197,233,106); }
td.TdClassName
{
border-color: #C5E96A;
}
.TagClassName
{
border-color: #C5E96A;
}
</style>