Shades of Sulu #C5FF67
Tints of Sulu #C5FF67
RGB
CMYK
RGB Variations
Color information
#C5FF67 (or 0xC5FF67) is known color: Sulu. HEX triplet: C5, FF and 67. RGB value is (197,255,103). Sum of RGB (Red+Green+Blue) = 197+255+103=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 255 (100% from 255 or 45.95% from 555); Blue value is 103 (40.62% from 255 or 18.56% from 555); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF67 is #3A0098. Grayscale: #DCDCDC. Windows color (decimal): -3801241 or 6815685. OLE color: 6815685.
HSL color Cylindrical-coordinate representation of color #C5FF67: hue angle of 82.89º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5FF67 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 103 | - |
| CMYK | 0.23 | 0 | 0.60 | 0 |
| HSL | 82.89º | 1% | 0.7% | - |
| HSV(B) | 82.89º | 0.6% | 1% | - |
| XYZ | 61.23 | 84.37 | 25.89 | - |
| YUV | 220.33 | 61.78 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 103 | 0.23 | 0 | 0.60 | 0 | 82.89 | 1 | 0.7 |
| Hex | C5 | FF | 67 | 17 | 0 | 3C | 0 | 53 | 64 | 46 |
| Octal | 305 | 377 | 147 | 27 | 0 | 74 | 0 | 123 | 144 | 106 |
| Binary | 11000101 | 11111111 | 1100111 | 10111 | 0 | 111100 | 0 | 1010011 | 1100100 | 1000110 |
Color Harmonies of #C5FF67
Complementary color
Monochromatic Colors of #C5FF67
Black with #C5FF67
Text Example
Text Example
White with #C5FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF67; }
p { color: rgb(197,255,103); }
H1.HeaderClassName
{
color: #C5FF67;
}
.AnyTagClassName
{
color: #C5FF67;
}
</style>
background-color css
<style>
a { background-color: #C5FF67; }
a { background-color: rgb(197,255,103); }
div.DivClassName
{
background-color: #C5FF67;
}
.BgClassName
{
background-color: #C5FF67;
}
</style>
border-color css
<style>
span { border-color: #C5FF67; }
span { border-color: rgb(197,255,103); }
td.TdClassName
{
border-color: #C5FF67;
}
.TagClassName
{
border-color: #C5FF67;
}
</style>