Shades of Sulu #C1F186
Tints of Sulu #C1F186
RGB
CMYK
RGB Variations
Color information
#C1F186 (or 0xC1F186) is known color: Sulu. HEX triplet: C1, F1 and 86. RGB value is (193,241,134). Sum of RGB (Red+Green+Blue) = 193+241+134=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 134 (52.73% from 255 or 23.59% from 568); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F186 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F186 is #3E0E79. Grayscale: #D6D6D6. Windows color (decimal): -4066938 or 8843713. OLE color: 8843713.
HSL color Cylindrical-coordinate representation of color #C1F186: hue angle of 86.92º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C1F186 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 193 | 241 | 134 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.05 |
| HSL | 86.92º | 0.79% | 0.74% | - |
| HSV(B) | 86.92º | 0.44% | 0.95% | - |
| XYZ | 57.75 | 75.97 | 34.17 | - |
| YUV | 214.45 | 82.6 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 241 | 134 | 0.20 | 0 | 0.44 | 0.05 | 86.92 | 0.79 | 0.74 |
| Hex | C1 | F1 | 86 | 14 | 0 | 2C | 5 | 57 | 4F | 4A |
| Octal | 301 | 361 | 206 | 24 | 0 | 54 | 5 | 127 | 117 | 112 |
| Binary | 11000001 | 11110001 | 10000110 | 10100 | 0 | 101100 | 101 | 1010111 | 1001111 | 1001010 |
Color Harmonies of #C1F186
Complementary color
Monochromatic Colors of #C1F186
Black with #C1F186
Text Example
Text Example
White with #C1F186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F186; }
p { color: rgb(193,241,134); }
H1.HeaderClassName
{
color: #C1F186;
}
.AnyTagClassName
{
color: #C1F186;
}
</style>
background-color css
<style>
a { background-color: #C1F186; }
a { background-color: rgb(193,241,134); }
div.DivClassName
{
background-color: #C1F186;
}
.BgClassName
{
background-color: #C1F186;
}
</style>
border-color css
<style>
span { border-color: #C1F186; }
span { border-color: rgb(193,241,134); }
td.TdClassName
{
border-color: #C1F186;
}
.TagClassName
{
border-color: #C1F186;
}
</style>