Shades of Sulu #C5F96A
Tints of Sulu #C5F96A
RGB
CMYK
RGB Variations
Color information
#C5F96A (or 0xC5F96A) is known color: Sulu. HEX triplet: C5, F9 and 6A. RGB value is (197,249,106). Sum of RGB (Red+Green+Blue) = 197+249+106=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 249 (97.66% from 255 or 45.11% from 552); Blue value is 106 (41.80% from 255 or 19.20% from 552); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F96A is #3A0695. Grayscale: #D9D9D9. Windows color (decimal): -3802774 or 7010757. OLE color: 7010757.
HSL color Cylindrical-coordinate representation of color #C5F96A: hue angle of 81.82º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5F96A is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 249 | 106 | - |
| CMYK | 0.21 | 0 | 0.57 | 0.02 |
| HSL | 81.82º | 0.92% | 0.7% | - |
| HSV(B) | 81.82º | 0.57% | 0.98% | - |
| XYZ | 59.5 | 80.66 | 26.07 | - |
| YUV | 217.15 | 65.27 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 249 | 106 | 0.21 | 0 | 0.57 | 0.02 | 81.82 | 0.92 | 0.7 |
| Hex | C5 | F9 | 6A | 15 | 0 | 39 | 2 | 52 | 5C | 46 |
| Octal | 305 | 371 | 152 | 25 | 0 | 71 | 2 | 122 | 134 | 106 |
| Binary | 11000101 | 11111001 | 1101010 | 10101 | 0 | 111001 | 10 | 1010010 | 1011100 | 1000110 |
Color Harmonies of #C5F96A
Complementary color
Monochromatic Colors of #C5F96A
Black with #C5F96A
Text Example
Text Example
White with #C5F96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F96A; }
p { color: rgb(197,249,106); }
H1.HeaderClassName
{
color: #C5F96A;
}
.AnyTagClassName
{
color: #C5F96A;
}
</style>
background-color css
<style>
a { background-color: #C5F96A; }
a { background-color: rgb(197,249,106); }
div.DivClassName
{
background-color: #C5F96A;
}
.BgClassName
{
background-color: #C5F96A;
}
</style>
border-color css
<style>
span { border-color: #C5F96A; }
span { border-color: rgb(197,249,106); }
td.TdClassName
{
border-color: #C5F96A;
}
.TagClassName
{
border-color: #C5F96A;
}
</style>