Shades of Sulu #C5FF70
Tints of Sulu #C5FF70
RGB
CMYK
RGB Variations
Color information
#C5FF70 (or 0xC5FF70) is known color: Sulu. HEX triplet: C5, FF and 70. RGB value is (197,255,112). Sum of RGB (Red+Green+Blue) = 197+255+112=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF70 is #3A008F. Grayscale: #DDDDDD. Windows color (decimal): -3801232 or 7405509. OLE color: 7405509.
HSL color Cylindrical-coordinate representation of color #C5FF70: hue angle of 84.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5FF70 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 112 | - |
| CMYK | 0.23 | 0 | 0.56 | 0 |
| HSL | 84.34º | 1% | 0.72% | - |
| HSV(B) | 84.34º | 0.56% | 1% | - |
| XYZ | 61.71 | 84.56 | 28.4 | - |
| YUV | 221.36 | 66.28 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 112 | 0.23 | 0 | 0.56 | 0 | 84.34 | 1 | 0.72 |
| Hex | C5 | FF | 70 | 17 | 0 | 38 | 0 | 54 | 64 | 48 |
| Octal | 305 | 377 | 160 | 27 | 0 | 70 | 0 | 124 | 144 | 110 |
| Binary | 11000101 | 11111111 | 1110000 | 10111 | 0 | 111000 | 0 | 1010100 | 1100100 | 1001000 |
Color Harmonies of #C5FF70
Complementary color
Monochromatic Colors of #C5FF70
Black with #C5FF70
Text Example
Text Example
White with #C5FF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF70; }
p { color: rgb(197,255,112); }
H1.HeaderClassName
{
color: #C5FF70;
}
.AnyTagClassName
{
color: #C5FF70;
}
</style>
background-color css
<style>
a { background-color: #C5FF70; }
a { background-color: rgb(197,255,112); }
div.DivClassName
{
background-color: #C5FF70;
}
.BgClassName
{
background-color: #C5FF70;
}
</style>
border-color css
<style>
span { border-color: #C5FF70; }
span { border-color: rgb(197,255,112); }
td.TdClassName
{
border-color: #C5FF70;
}
.TagClassName
{
border-color: #C5FF70;
}
</style>