Shades of Sulu #C1F08D
Tints of Sulu #C1F08D
RGB
CMYK
RGB Variations
Color information
#C1F08D (or 0xC1F08D) is known color: Sulu. HEX triplet: C1, F0 and 8D. RGB value is (193,240,141). Sum of RGB (Red+Green+Blue) = 193+240+141=574 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.62% from 574); Green value is 240 (94.14% from 255 or 41.81% from 574); Blue value is 141 (55.47% from 255 or 24.56% from 574); Max value from RGB is 240 - color contains mainly: green. Hex color #C1F08D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C1F08D is #3E0F72. Grayscale: #D7D7D7. Windows color (decimal): -4067187 or 9302209. OLE color: 9302209.
HSL color Cylindrical-coordinate representation of color #C1F08D: hue angle of 88.48º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C1F08D is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 240 | 141 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.06 |
| HSL | 88.48º | 0.77% | 0.75% | - |
| HSV(B) | 88.48º | 0.41% | 0.94% | - |
| XYZ | 57.96 | 75.58 | 36.73 | - |
| YUV | 214.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 240 | 141 | 0.20 | 0 | 0.41 | 0.06 | 88.48 | 0.77 | 0.75 |
| Hex | C1 | F0 | 8D | 14 | 0 | 29 | 6 | 58 | 4D | 4B |
| Octal | 301 | 360 | 215 | 24 | 0 | 51 | 6 | 130 | 115 | 113 |
| Binary | 11000001 | 11110000 | 10001101 | 10100 | 0 | 101001 | 110 | 1011000 | 1001101 | 1001011 |
Color Harmonies of #C1F08D
Complementary color
Monochromatic Colors of #C1F08D
Black with #C1F08D
Text Example
Text Example
White with #C1F08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1F08D; }
p { color: rgb(193,240,141); }
H1.HeaderClassName
{
color: #C1F08D;
}
.AnyTagClassName
{
color: #C1F08D;
}
</style>
background-color css
<style>
a { background-color: #C1F08D; }
a { background-color: rgb(193,240,141); }
div.DivClassName
{
background-color: #C1F08D;
}
.BgClassName
{
background-color: #C1F08D;
}
</style>
border-color css
<style>
span { border-color: #C1F08D; }
span { border-color: rgb(193,240,141); }
td.TdClassName
{
border-color: #C1F08D;
}
.TagClassName
{
border-color: #C1F08D;
}
</style>