Shades of Sulu #C1F585
Tints of Sulu #C1F585
RGB
CMYK
RGB Variations
Color information
#C1F585 (or 0xC1F585) is known color: Sulu. HEX triplet: C1, F5 and 85. RGB value is (193,245,133). Sum of RGB (Red+Green+Blue) = 193+245+133=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 245 (96.09% from 255 or 42.91% from 571); Blue value is 133 (52.34% from 255 or 23.29% from 571); Max value from RGB is 245 - color contains mainly: green. Hex color #C1F585 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F585 is #3E0A7A. Grayscale: #D9D9D9. Windows color (decimal): -4065915 or 8779201. OLE color: 8779201.
HSL color Cylindrical-coordinate representation of color #C1F585: hue angle of 87.86º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1F585 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 245 | 133 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.04 |
| HSL | 87.86º | 0.85% | 0.74% | - |
| HSV(B) | 87.86º | 0.46% | 0.96% | - |
| XYZ | 58.88 | 78.34 | 34.21 | - |
| YUV | 216.68 | 80.77 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 245 | 133 | 0.21 | 0 | 0.46 | 0.04 | 87.86 | 0.85 | 0.74 |
| Hex | C1 | F5 | 85 | 15 | 0 | 2E | 4 | 58 | 55 | 4A |
| Octal | 301 | 365 | 205 | 25 | 0 | 56 | 4 | 130 | 125 | 112 |
| Binary | 11000001 | 11110101 | 10000101 | 10101 | 0 | 101110 | 100 | 1011000 | 1010101 | 1001010 |
Color Harmonies of #C1F585
Complementary color
Monochromatic Colors of #C1F585
Black with #C1F585
Text Example
Text Example
White with #C1F585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F585; }
p { color: rgb(193,245,133); }
H1.HeaderClassName
{
color: #C1F585;
}
.AnyTagClassName
{
color: #C1F585;
}
</style>
background-color css
<style>
a { background-color: #C1F585; }
a { background-color: rgb(193,245,133); }
div.DivClassName
{
background-color: #C1F585;
}
.BgClassName
{
background-color: #C1F585;
}
</style>
border-color css
<style>
span { border-color: #C1F585; }
span { border-color: rgb(193,245,133); }
td.TdClassName
{
border-color: #C1F585;
}
.TagClassName
{
border-color: #C1F585;
}
</style>