Shades of Sulu #C1FC72
Tints of Sulu #C1FC72
RGB
CMYK
RGB Variations
Color information
#C1FC72 (or 0xC1FC72) is known color: Sulu. HEX triplet: C1, FC and 72. RGB value is (193,252,114). Sum of RGB (Red+Green+Blue) = 193+252+114=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 114 (44.92% from 255 or 20.39% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1FC72 is #3E038D. Grayscale: #DBDBDB. Windows color (decimal): -4064142 or 7535809. OLE color: 7535809.
HSL color Cylindrical-coordinate representation of color #C1FC72: hue angle of 85.65º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C1FC72 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 252 | 114 | - |
| CMYK | 0.23 | 0 | 0.55 | 0.01 |
| HSL | 85.65º | 0.96% | 0.72% | - |
| HSV(B) | 85.65º | 0.55% | 0.99% | - |
| XYZ | 59.84 | 82.17 | 28.63 | - |
| YUV | 218.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 252 | 114 | 0.23 | 0 | 0.55 | 0.01 | 85.65 | 0.96 | 0.72 |
| Hex | C1 | FC | 72 | 17 | 0 | 37 | 1 | 56 | 60 | 48 |
| Octal | 301 | 374 | 162 | 27 | 0 | 67 | 1 | 126 | 140 | 110 |
| Binary | 11000001 | 11111100 | 1110010 | 10111 | 0 | 110111 | 1 | 1010110 | 1100000 | 1001000 |
Color Harmonies of #C1FC72
Complementary color
Monochromatic Colors of #C1FC72
Black with #C1FC72
Text Example
Text Example
White with #C1FC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FC72; }
p { color: rgb(193,252,114); }
H1.HeaderClassName
{
color: #C1FC72;
}
.AnyTagClassName
{
color: #C1FC72;
}
</style>
background-color css
<style>
a { background-color: #C1FC72; }
a { background-color: rgb(193,252,114); }
div.DivClassName
{
background-color: #C1FC72;
}
.BgClassName
{
background-color: #C1FC72;
}
</style>
border-color css
<style>
span { border-color: #C1FC72; }
span { border-color: rgb(193,252,114); }
td.TdClassName
{
border-color: #C1FC72;
}
.TagClassName
{
border-color: #C1FC72;
}
</style>