Shades of Sulu #C5FF6D
Tints of Sulu #C5FF6D
RGB
CMYK
RGB Variations
Color information
#C5FF6D (or 0xC5FF6D) is known color: Sulu. HEX triplet: C5, FF and 6D. RGB value is (197,255,109). Sum of RGB (Red+Green+Blue) = 197+255+109=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 109 (42.97% from 255 or 19.43% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF6D is #3A0092. Grayscale: #DDDDDD. Windows color (decimal): -3801235 or 7208901. OLE color: 7208901.
HSL color Cylindrical-coordinate representation of color #C5FF6D: hue angle of 83.84º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5FF6D is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 109 | - |
| CMYK | 0.23 | 0 | 0.57 | 0 |
| HSL | 83.84º | 1% | 0.71% | - |
| HSV(B) | 83.84º | 0.57% | 1% | - |
| XYZ | 61.55 | 84.49 | 27.53 | - |
| YUV | 221.01 | 64.78 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 109 | 0.23 | 0 | 0.57 | 0 | 83.84 | 1 | 0.71 |
| Hex | C5 | FF | 6D | 17 | 0 | 39 | 0 | 54 | 64 | 47 |
| Octal | 305 | 377 | 155 | 27 | 0 | 71 | 0 | 124 | 144 | 107 |
| Binary | 11000101 | 11111111 | 1101101 | 10111 | 0 | 111001 | 0 | 1010100 | 1100100 | 1000111 |
Color Harmonies of #C5FF6D
Complementary color
Monochromatic Colors of #C5FF6D
Black with #C5FF6D
Text Example
Text Example
White with #C5FF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF6D; }
p { color: rgb(197,255,109); }
H1.HeaderClassName
{
color: #C5FF6D;
}
.AnyTagClassName
{
color: #C5FF6D;
}
</style>
background-color css
<style>
a { background-color: #C5FF6D; }
a { background-color: rgb(197,255,109); }
div.DivClassName
{
background-color: #C5FF6D;
}
.BgClassName
{
background-color: #C5FF6D;
}
</style>
border-color css
<style>
span { border-color: #C5FF6D; }
span { border-color: rgb(197,255,109); }
td.TdClassName
{
border-color: #C5FF6D;
}
.TagClassName
{
border-color: #C5FF6D;
}
</style>