Shades of Sulu #C1F470
Tints of Sulu #C1F470
RGB
CMYK
RGB Variations
Color information
#C1F470 (or 0xC1F470) is known color: Sulu. HEX triplet: C1, F4 and 70. RGB value is (193,244,112). Sum of RGB (Red+Green+Blue) = 193+244+112=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F470 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1F470 is #3E0B8F. Grayscale: #D6D6D6. Windows color (decimal): -4066192 or 7402689. OLE color: 7402689.
HSL color Cylindrical-coordinate representation of color #C1F470: hue angle of 83.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C1F470 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 112 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.04 |
| HSL | 83.18º | 0.86% | 0.7% | - |
| HSV(B) | 83.18º | 0.54% | 0.96% | - |
| XYZ | 57.27 | 77.21 | 27.21 | - |
| YUV | 213.7 | 70.6 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 112 | 0.21 | 0 | 0.54 | 0.04 | 83.18 | 0.86 | 0.7 |
| Hex | C1 | F4 | 70 | 15 | 0 | 36 | 4 | 53 | 56 | 46 |
| Octal | 301 | 364 | 160 | 25 | 0 | 66 | 4 | 123 | 126 | 106 |
| Binary | 11000001 | 11110100 | 1110000 | 10101 | 0 | 110110 | 100 | 1010011 | 1010110 | 1000110 |
Color Harmonies of #C1F470
Complementary color
Monochromatic Colors of #C1F470
Black with #C1F470
Text Example
Text Example
White with #C1F470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F470; }
p { color: rgb(193,244,112); }
H1.HeaderClassName
{
color: #C1F470;
}
.AnyTagClassName
{
color: #C1F470;
}
</style>
background-color css
<style>
a { background-color: #C1F470; }
a { background-color: rgb(193,244,112); }
div.DivClassName
{
background-color: #C1F470;
}
.BgClassName
{
background-color: #C1F470;
}
</style>
border-color css
<style>
span { border-color: #C1F470; }
span { border-color: rgb(193,244,112); }
td.TdClassName
{
border-color: #C1F470;
}
.TagClassName
{
border-color: #C1F470;
}
</style>