Shades of Sulu #C5FF85
Tints of Sulu #C5FF85
RGB
CMYK
RGB Variations
Color information
#C5FF85 (or 0xC5FF85) is known color: Sulu. HEX triplet: C5, FF and 85. RGB value is (197,255,133). Sum of RGB (Red+Green+Blue) = 197+255+133=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 255 (100% from 255 or 43.59% from 585); Blue value is 133 (52.34% from 255 or 22.74% from 585); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5FF85 is #3A007A. Grayscale: #E0E0E0. Windows color (decimal): -3801211 or 8781765. OLE color: 8781765.
HSL color Cylindrical-coordinate representation of color #C5FF85: hue angle of 88.52º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C5FF85 is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 133 | - |
| CMYK | 0.23 | 0 | 0.48 | 0 |
| HSL | 88.52º | 1% | 0.76% | - |
| HSV(B) | 88.52º | 0.48% | 1% | - |
| XYZ | 63.02 | 85.08 | 35.29 | - |
| YUV | 223.75 | 76.78 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 133 | 0.23 | 0 | 0.48 | 0 | 88.52 | 1 | 0.76 |
| Hex | C5 | FF | 85 | 17 | 0 | 30 | 0 | 59 | 64 | 4C |
| Octal | 305 | 377 | 205 | 27 | 0 | 60 | 0 | 131 | 144 | 114 |
| Binary | 11000101 | 11111111 | 10000101 | 10111 | 0 | 110000 | 0 | 1011001 | 1100100 | 1001100 |
Color Harmonies of #C5FF85
Complementary color
Monochromatic Colors of #C5FF85
Black with #C5FF85
Text Example
Text Example
White with #C5FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF85; }
p { color: rgb(197,255,133); }
H1.HeaderClassName
{
color: #C5FF85;
}
.AnyTagClassName
{
color: #C5FF85;
}
</style>
background-color css
<style>
a { background-color: #C5FF85; }
a { background-color: rgb(197,255,133); }
div.DivClassName
{
background-color: #C5FF85;
}
.BgClassName
{
background-color: #C5FF85;
}
</style>
border-color css
<style>
span { border-color: #C5FF85; }
span { border-color: rgb(197,255,133); }
td.TdClassName
{
border-color: #C5FF85;
}
.TagClassName
{
border-color: #C5FF85;
}
</style>