Shades of Sulu #C5F785
Tints of Sulu #C5F785
RGB
CMYK
RGB Variations
Color information
#C5F785 (or 0xC5F785) is known color: Sulu. HEX triplet: C5, F7 and 85. RGB value is (197,247,133). Sum of RGB (Red+Green+Blue) = 197+247+133=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 133 (52.34% from 255 or 23.05% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C5F785 is #3A087A. Grayscale: #DBDBDB. Windows color (decimal): -3803259 or 8779717. OLE color: 8779717.
HSL color Cylindrical-coordinate representation of color #C5F785: hue angle of 86.32º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C5F785 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 133 | - |
| CMYK | 0.20 | 0 | 0.46 | 0.03 |
| HSL | 86.32º | 0.88% | 0.75% | - |
| HSV(B) | 86.32º | 0.46% | 0.97% | - |
| XYZ | 60.52 | 80.09 | 34.46 | - |
| YUV | 219.05 | 79.44 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 133 | 0.20 | 0 | 0.46 | 0.03 | 86.32 | 0.88 | 0.75 |
| Hex | C5 | F7 | 85 | 14 | 0 | 2E | 3 | 56 | 58 | 4B |
| Octal | 305 | 367 | 205 | 24 | 0 | 56 | 3 | 126 | 130 | 113 |
| Binary | 11000101 | 11110111 | 10000101 | 10100 | 0 | 101110 | 11 | 1010110 | 1011000 | 1001011 |
Color Harmonies of #C5F785
Complementary color
Monochromatic Colors of #C5F785
Black with #C5F785
Text Example
Text Example
White with #C5F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F785; }
p { color: rgb(197,247,133); }
H1.HeaderClassName
{
color: #C5F785;
}
.AnyTagClassName
{
color: #C5F785;
}
</style>
background-color css
<style>
a { background-color: #C5F785; }
a { background-color: rgb(197,247,133); }
div.DivClassName
{
background-color: #C5F785;
}
.BgClassName
{
background-color: #C5F785;
}
</style>
border-color css
<style>
span { border-color: #C5F785; }
span { border-color: rgb(197,247,133); }
td.TdClassName
{
border-color: #C5F785;
}
.TagClassName
{
border-color: #C5F785;
}
</style>