Shades of Sulu #C5F76C
Tints of Sulu #C5F76C
RGB
CMYK
RGB Variations
Color information
#C5F76C (or 0xC5F76C) is known color: Sulu. HEX triplet: C5, F7 and 6C. RGB value is (197,247,108). Sum of RGB (Red+Green+Blue) = 197+247+108=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 247 (96.88% from 255 or 44.75% from 552); Blue value is 108 (42.58% from 255 or 19.57% from 552); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F76C is #3A0893. Grayscale: #D8D8D8. Windows color (decimal): -3803284 or 7141317. OLE color: 7141317.
HSL color Cylindrical-coordinate representation of color #C5F76C: hue angle of 81.58º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5F76C is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 108 | - |
| CMYK | 0.20 | 0 | 0.56 | 0.03 |
| HSL | 81.58º | 0.9% | 0.7% | - |
| HSV(B) | 81.58º | 0.56% | 0.97% | - |
| XYZ | 58.99 | 79.47 | 26.42 | - |
| YUV | 216.2 | 66.94 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 108 | 0.20 | 0 | 0.56 | 0.03 | 81.58 | 0.9 | 0.7 |
| Hex | C5 | F7 | 6C | 14 | 0 | 38 | 3 | 52 | 5A | 46 |
| Octal | 305 | 367 | 154 | 24 | 0 | 70 | 3 | 122 | 132 | 106 |
| Binary | 11000101 | 11110111 | 1101100 | 10100 | 0 | 111000 | 11 | 1010010 | 1011010 | 1000110 |
Color Harmonies of #C5F76C
Complementary color
Monochromatic Colors of #C5F76C
Black with #C5F76C
Text Example
Text Example
White with #C5F76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F76C; }
p { color: rgb(197,247,108); }
H1.HeaderClassName
{
color: #C5F76C;
}
.AnyTagClassName
{
color: #C5F76C;
}
</style>
background-color css
<style>
a { background-color: #C5F76C; }
a { background-color: rgb(197,247,108); }
div.DivClassName
{
background-color: #C5F76C;
}
.BgClassName
{
background-color: #C5F76C;
}
</style>
border-color css
<style>
span { border-color: #C5F76C; }
span { border-color: rgb(197,247,108); }
td.TdClassName
{
border-color: #C5F76C;
}
.TagClassName
{
border-color: #C5F76C;
}
</style>