Shades of Sulu #C5FF6F
Tints of Sulu #C5FF6F
RGB
CMYK
RGB Variations
Color information
#C5FF6F (or 0xC5FF6F) is known color: Sulu. HEX triplet: C5, FF and 6F. RGB value is (197,255,111). Sum of RGB (Red+Green+Blue) = 197+255+111=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 111 (43.75% from 255 or 19.72% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF6F is #3A0090. Grayscale: #DDDDDD. Windows color (decimal): -3801233 or 7339973. OLE color: 7339973.
HSL color Cylindrical-coordinate representation of color #C5FF6F: hue angle of 84.17º 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 #C5FF6F is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 111 | - |
| CMYK | 0.23 | 0 | 0.56 | 0 |
| HSL | 84.17º | 1% | 0.72% | - |
| HSV(B) | 84.17º | 0.56% | 1% | - |
| XYZ | 61.66 | 84.54 | 28.11 | - |
| YUV | 221.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 111 | 0.23 | 0 | 0.56 | 0 | 84.17 | 1 | 0.72 |
| Hex | C5 | FF | 6F | 17 | 0 | 38 | 0 | 54 | 64 | 48 |
| Octal | 305 | 377 | 157 | 27 | 0 | 70 | 0 | 124 | 144 | 110 |
| Binary | 11000101 | 11111111 | 1101111 | 10111 | 0 | 111000 | 0 | 1010100 | 1100100 | 1001000 |
Color Harmonies of #C5FF6F
Complementary color
Monochromatic Colors of #C5FF6F
Black with #C5FF6F
Text Example
Text Example
White with #C5FF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF6F; }
p { color: rgb(197,255,111); }
H1.HeaderClassName
{
color: #C5FF6F;
}
.AnyTagClassName
{
color: #C5FF6F;
}
</style>
background-color css
<style>
a { background-color: #C5FF6F; }
a { background-color: rgb(197,255,111); }
div.DivClassName
{
background-color: #C5FF6F;
}
.BgClassName
{
background-color: #C5FF6F;
}
</style>
border-color css
<style>
span { border-color: #C5FF6F; }
span { border-color: rgb(197,255,111); }
td.TdClassName
{
border-color: #C5FF6F;
}
.TagClassName
{
border-color: #C5FF6F;
}
</style>