Shades of Sulu #C1F484
Tints of Sulu #C1F484
RGB
CMYK
RGB Variations
Color information
#C1F484 (or 0xC1F484) is known color: Sulu. HEX triplet: C1, F4 and 84. RGB value is (193,244,132). Sum of RGB (Red+Green+Blue) = 193+244+132=569 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.92% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #C1F484 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F484 is #3E0B7B. Grayscale: #D8D8D8. Windows color (decimal): -4066172 or 8713409. OLE color: 8713409.
HSL color Cylindrical-coordinate representation of color #C1F484: hue angle of 87.32º degrees, saturation: 0.84, 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 #C1F484 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 244 | 132 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.04 |
| HSL | 87.32º | 0.84% | 0.74% | - |
| HSV(B) | 87.32º | 0.46% | 0.96% | - |
| XYZ | 58.51 | 77.7 | 33.74 | - |
| YUV | 215.98 | 80.6 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 244 | 132 | 0.21 | 0 | 0.46 | 0.04 | 87.32 | 0.84 | 0.74 |
| Hex | C1 | F4 | 84 | 15 | 0 | 2E | 4 | 57 | 54 | 4A |
| Octal | 301 | 364 | 204 | 25 | 0 | 56 | 4 | 127 | 124 | 112 |
| Binary | 11000001 | 11110100 | 10000100 | 10101 | 0 | 101110 | 100 | 1010111 | 1010100 | 1001010 |
Color Harmonies of #C1F484
Complementary color
Monochromatic Colors of #C1F484
Black with #C1F484
Text Example
Text Example
White with #C1F484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F484; }
p { color: rgb(193,244,132); }
H1.HeaderClassName
{
color: #C1F484;
}
.AnyTagClassName
{
color: #C1F484;
}
</style>
background-color css
<style>
a { background-color: #C1F484; }
a { background-color: rgb(193,244,132); }
div.DivClassName
{
background-color: #C1F484;
}
.BgClassName
{
background-color: #C1F484;
}
</style>
border-color css
<style>
span { border-color: #C1F484; }
span { border-color: rgb(193,244,132); }
td.TdClassName
{
border-color: #C1F484;
}
.TagClassName
{
border-color: #C1F484;
}
</style>