Shades of Sulu #C5F671
Tints of Sulu #C5F671
RGB
CMYK
RGB Variations
Color information
#C5F671 (or 0xC5F671) is known color: Sulu. HEX triplet: C5, F6 and 71. RGB value is (197,246,113). Sum of RGB (Red+Green+Blue) = 197+246+113=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 246 (96.48% from 255 or 44.24% from 556); Blue value is 113 (44.53% from 255 or 20.32% from 556); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F671 is #3A098E. Grayscale: #D8D8D8. Windows color (decimal): -3803535 or 7468741. OLE color: 7468741.
HSL color Cylindrical-coordinate representation of color #C5F671: hue angle of 82.11º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5F671 is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 113 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.04 |
| HSL | 82.11º | 0.88% | 0.7% | - |
| HSV(B) | 82.11º | 0.54% | 0.96% | - |
| XYZ | 58.96 | 78.97 | 27.76 | - |
| YUV | 216.19 | 69.77 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 113 | 0.20 | 0 | 0.54 | 0.04 | 82.11 | 0.88 | 0.7 |
| Hex | C5 | F6 | 71 | 14 | 0 | 36 | 4 | 52 | 58 | 46 |
| Octal | 305 | 366 | 161 | 24 | 0 | 66 | 4 | 122 | 130 | 106 |
| Binary | 11000101 | 11110110 | 1110001 | 10100 | 0 | 110110 | 100 | 1010010 | 1011000 | 1000110 |
Color Harmonies of #C5F671
Complementary color
Monochromatic Colors of #C5F671
Black with #C5F671
Text Example
Text Example
White with #C5F671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F671; }
p { color: rgb(197,246,113); }
H1.HeaderClassName
{
color: #C5F671;
}
.AnyTagClassName
{
color: #C5F671;
}
</style>
background-color css
<style>
a { background-color: #C5F671; }
a { background-color: rgb(197,246,113); }
div.DivClassName
{
background-color: #C5F671;
}
.BgClassName
{
background-color: #C5F671;
}
</style>
border-color css
<style>
span { border-color: #C5F671; }
span { border-color: rgb(197,246,113); }
td.TdClassName
{
border-color: #C5F671;
}
.TagClassName
{
border-color: #C5F671;
}
</style>