Shades of Sulu #C5F773
Tints of Sulu #C5F773
RGB
CMYK
RGB Variations
Color information
#C5F773 (or 0xC5F773) is known color: Sulu. HEX triplet: C5, F7 and 73. RGB value is (197,247,115). Sum of RGB (Red+Green+Blue) = 197+247+115=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 115 (45.31% from 255 or 20.57% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F773 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F773 is #3A088C. Grayscale: #D9D9D9. Windows color (decimal): -3803277 or 7600069. OLE color: 7600069.
HSL color Cylindrical-coordinate representation of color #C5F773: hue angle of 82.73º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C5F773 is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 115 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.03 |
| HSL | 82.73º | 0.89% | 0.71% | - |
| HSV(B) | 82.73º | 0.53% | 0.97% | - |
| XYZ | 59.38 | 79.63 | 28.46 | - |
| YUV | 217 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 115 | 0.20 | 0 | 0.53 | 0.03 | 82.73 | 0.89 | 0.71 |
| Hex | C5 | F7 | 73 | 14 | 0 | 35 | 3 | 53 | 59 | 47 |
| Octal | 305 | 367 | 163 | 24 | 0 | 65 | 3 | 123 | 131 | 107 |
| Binary | 11000101 | 11110111 | 1110011 | 10100 | 0 | 110101 | 11 | 1010011 | 1011001 | 1000111 |
Color Harmonies of #C5F773
Complementary color
Monochromatic Colors of #C5F773
Black with #C5F773
Text Example
Text Example
White with #C5F773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F773; }
p { color: rgb(197,247,115); }
H1.HeaderClassName
{
color: #C5F773;
}
.AnyTagClassName
{
color: #C5F773;
}
</style>
background-color css
<style>
a { background-color: #C5F773; }
a { background-color: rgb(197,247,115); }
div.DivClassName
{
background-color: #C5F773;
}
.BgClassName
{
background-color: #C5F773;
}
</style>
border-color css
<style>
span { border-color: #C5F773; }
span { border-color: rgb(197,247,115); }
td.TdClassName
{
border-color: #C5F773;
}
.TagClassName
{
border-color: #C5F773;
}
</style>