Shades of Sulu #C1F975
Tints of Sulu #C1F975
RGB
CMYK
RGB Variations
Color information
#C1F975 (or 0xC1F975) is known color: Sulu. HEX triplet: C1, F9 and 75. RGB value is (193,249,117). Sum of RGB (Red+Green+Blue) = 193+249+117=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 117 (46.09% from 255 or 20.93% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #C1F975 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F975 is #3E068A. Grayscale: #D9D9D9. Windows color (decimal): -4064907 or 7731649. OLE color: 7731649.
HSL color Cylindrical-coordinate representation of color #C1F975: hue angle of 85.45º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1F975 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 249 | 117 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.02 |
| HSL | 85.45º | 0.92% | 0.72% | - |
| HSV(B) | 85.45º | 0.53% | 0.98% | - |
| XYZ | 59.08 | 80.37 | 29.23 | - |
| YUV | 217.21 | 71.45 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 249 | 117 | 0.22 | 0 | 0.53 | 0.02 | 85.45 | 0.92 | 0.72 |
| Hex | C1 | F9 | 75 | 16 | 0 | 35 | 2 | 55 | 5C | 48 |
| Octal | 301 | 371 | 165 | 26 | 0 | 65 | 2 | 125 | 134 | 110 |
| Binary | 11000001 | 11111001 | 1110101 | 10110 | 0 | 110101 | 10 | 1010101 | 1011100 | 1001000 |
Color Harmonies of #C1F975
Complementary color
Monochromatic Colors of #C1F975
Black with #C1F975
Text Example
Text Example
White with #C1F975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F975; }
p { color: rgb(193,249,117); }
H1.HeaderClassName
{
color: #C1F975;
}
.AnyTagClassName
{
color: #C1F975;
}
</style>
background-color css
<style>
a { background-color: #C1F975; }
a { background-color: rgb(193,249,117); }
div.DivClassName
{
background-color: #C1F975;
}
.BgClassName
{
background-color: #C1F975;
}
</style>
border-color css
<style>
span { border-color: #C1F975; }
span { border-color: rgb(193,249,117); }
td.TdClassName
{
border-color: #C1F975;
}
.TagClassName
{
border-color: #C1F975;
}
</style>