Shades of Sulu #C1F472
Tints of Sulu #C1F472
RGB
CMYK
RGB Variations
Color information
#C1F472 (or 0xC1F472) is known color: Sulu. HEX triplet: C1, F4 and 72. RGB value is (193,244,114). Sum of RGB (Red+Green+Blue) = 193+244+114=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 114 (44.92% from 255 or 20.69% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F472 is #3E0B8D. Grayscale: #D6D6D6. Windows color (decimal): -4066190 or 7533761. OLE color: 7533761.
HSL color Cylindrical-coordinate representation of color #C1F472: hue angle of 83.54º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1F472 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 114 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.04 |
| HSL | 83.54º | 0.86% | 0.7% | - |
| HSV(B) | 83.54º | 0.53% | 0.96% | - |
| XYZ | 57.38 | 77.25 | 27.81 | - |
| YUV | 213.93 | 71.6 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 114 | 0.21 | 0 | 0.53 | 0.04 | 83.54 | 0.86 | 0.7 |
| Hex | C1 | F4 | 72 | 15 | 0 | 35 | 4 | 54 | 56 | 46 |
| Octal | 301 | 364 | 162 | 25 | 0 | 65 | 4 | 124 | 126 | 106 |
| Binary | 11000001 | 11110100 | 1110010 | 10101 | 0 | 110101 | 100 | 1010100 | 1010110 | 1000110 |
Color Harmonies of #C1F472
Complementary color
Monochromatic Colors of #C1F472
Black with #C1F472
Text Example
Text Example
White with #C1F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F472; }
p { color: rgb(193,244,114); }
H1.HeaderClassName
{
color: #C1F472;
}
.AnyTagClassName
{
color: #C1F472;
}
</style>
background-color css
<style>
a { background-color: #C1F472; }
a { background-color: rgb(193,244,114); }
div.DivClassName
{
background-color: #C1F472;
}
.BgClassName
{
background-color: #C1F472;
}
</style>
border-color css
<style>
span { border-color: #C1F472; }
span { border-color: rgb(193,244,114); }
td.TdClassName
{
border-color: #C1F472;
}
.TagClassName
{
border-color: #C1F472;
}
</style>