Shades of Sulu #C1F888
Tints of Sulu #C1F888
RGB
CMYK
RGB Variations
Color information
#C1F888 (or 0xC1F888) is known color: Sulu. HEX triplet: C1, F8 and 88. RGB value is (193,248,136). Sum of RGB (Red+Green+Blue) = 193+248+136=577 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.45% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 136 (53.52% from 255 or 23.57% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #C1F888 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F888 is #3E0777. Grayscale: #DBDBDB. Windows color (decimal): -4065144 or 8976577. OLE color: 8976577.
HSL color Cylindrical-coordinate representation of color #C1F888: hue angle of 89.46º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C1F888 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 193 | 248 | 136 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.03 |
| HSL | 89.46º | 0.89% | 0.75% | - |
| HSV(B) | 89.46º | 0.45% | 0.97% | - |
| XYZ | 60 | 80.25 | 35.62 | - |
| YUV | 218.79 | 81.28 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 248 | 136 | 0.22 | 0 | 0.45 | 0.03 | 89.46 | 0.89 | 0.75 |
| Hex | C1 | F8 | 88 | 16 | 0 | 2D | 3 | 59 | 59 | 4B |
| Octal | 301 | 370 | 210 | 26 | 0 | 55 | 3 | 131 | 131 | 113 |
| Binary | 11000001 | 11111000 | 10001000 | 10110 | 0 | 101101 | 11 | 1011001 | 1011001 | 1001011 |
Color Harmonies of #C1F888
Complementary color
Monochromatic Colors of #C1F888
Black with #C1F888
Text Example
Text Example
White with #C1F888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F888; }
p { color: rgb(193,248,136); }
H1.HeaderClassName
{
color: #C1F888;
}
.AnyTagClassName
{
color: #C1F888;
}
</style>
background-color css
<style>
a { background-color: #C1F888; }
a { background-color: rgb(193,248,136); }
div.DivClassName
{
background-color: #C1F888;
}
.BgClassName
{
background-color: #C1F888;
}
</style>
border-color css
<style>
span { border-color: #C1F888; }
span { border-color: rgb(193,248,136); }
td.TdClassName
{
border-color: #C1F888;
}
.TagClassName
{
border-color: #C1F888;
}
</style>