Shades of Sulu #C5FB73
Tints of Sulu #C5FB73
RGB
CMYK
RGB Variations
Color information
#C5FB73 (or 0xC5FB73) is known color: Sulu. HEX triplet: C5, FB and 73. RGB value is (197,251,115). Sum of RGB (Red+Green+Blue) = 197+251+115=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 115 (45.31% from 255 or 20.43% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB73 is #3A048C. Grayscale: #DBDBDB. Windows color (decimal): -3802253 or 7601093. OLE color: 7601093.
HSL color Cylindrical-coordinate representation of color #C5FB73: hue angle of 83.82º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5FB73 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 115 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.02 |
| HSL | 83.82º | 0.94% | 0.72% | - |
| HSV(B) | 83.82º | 0.54% | 0.98% | - |
| XYZ | 60.62 | 82.1 | 28.87 | - |
| YUV | 219.35 | 69.11 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 115 | 0.22 | 0 | 0.54 | 0.02 | 83.82 | 0.94 | 0.72 |
| Hex | C5 | FB | 73 | 16 | 0 | 36 | 2 | 54 | 5E | 48 |
| Octal | 305 | 373 | 163 | 26 | 0 | 66 | 2 | 124 | 136 | 110 |
| Binary | 11000101 | 11111011 | 1110011 | 10110 | 0 | 110110 | 10 | 1010100 | 1011110 | 1001000 |
Color Harmonies of #C5FB73
Complementary color
Monochromatic Colors of #C5FB73
Black with #C5FB73
Text Example
Text Example
White with #C5FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FB73; }
p { color: rgb(197,251,115); }
H1.HeaderClassName
{
color: #C5FB73;
}
.AnyTagClassName
{
color: #C5FB73;
}
</style>
background-color css
<style>
a { background-color: #C5FB73; }
a { background-color: rgb(197,251,115); }
div.DivClassName
{
background-color: #C5FB73;
}
.BgClassName
{
background-color: #C5FB73;
}
</style>
border-color css
<style>
span { border-color: #C5FB73; }
span { border-color: rgb(197,251,115); }
td.TdClassName
{
border-color: #C5FB73;
}
.TagClassName
{
border-color: #C5FB73;
}
</style>