Shades of Sulu #C1E58F
Tints of Sulu #C1E58F
RGB
CMYK
RGB Variations
Color information
#C1E58F (or 0xC1E58F) is known color: Sulu. HEX triplet: C1, E5 and 8F. RGB value is (193,229,143). Sum of RGB (Red+Green+Blue) = 193+229+143=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 229 (89.84% from 255 or 40.53% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E58F is #3E1A70. Grayscale: #D0D0D0. Windows color (decimal): -4070001 or 9430465. OLE color: 9430465.
HSL color Cylindrical-coordinate representation of color #C1E58F: hue angle of 85.12º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C1E58F is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 143 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.10 |
| HSL | 85.12º | 0.62% | 0.73% | - |
| HSV(B) | 85.12º | 0.38% | 0.9% | - |
| XYZ | 54.97 | 69.36 | 36.48 | - |
| YUV | 208.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 143 | 0.16 | 0 | 0.38 | 0.10 | 85.12 | 0.62 | 0.73 |
| Hex | C1 | E5 | 8F | 10 | 0 | 26 | A | 55 | 3E | 49 |
| Octal | 301 | 345 | 217 | 20 | 0 | 46 | 12 | 125 | 76 | 111 |
| Binary | 11000001 | 11100101 | 10001111 | 10000 | 0 | 100110 | 1010 | 1010101 | 111110 | 1001001 |
Color Harmonies of #C1E58F
Complementary color
Monochromatic Colors of #C1E58F
Black with #C1E58F
Text Example
Text Example
White with #C1E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E58F; }
p { color: rgb(193,229,143); }
H1.HeaderClassName
{
color: #C1E58F;
}
.AnyTagClassName
{
color: #C1E58F;
}
</style>
background-color css
<style>
a { background-color: #C1E58F; }
a { background-color: rgb(193,229,143); }
div.DivClassName
{
background-color: #C1E58F;
}
.BgClassName
{
background-color: #C1E58F;
}
</style>
border-color css
<style>
span { border-color: #C1E58F; }
span { border-color: rgb(193,229,143); }
td.TdClassName
{
border-color: #C1E58F;
}
.TagClassName
{
border-color: #C1E58F;
}
</style>