Shades of Sulu #C1E490
Tints of Sulu #C1E490
RGB
CMYK
RGB Variations
Color information
#C1E490 (or 0xC1E490) is known color: Sulu. HEX triplet: C1, E4 and 90. RGB value is (193,228,144). Sum of RGB (Red+Green+Blue) = 193+228+144=565 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.16% from 565); Green value is 228 (89.45% from 255 or 40.35% from 565); Blue value is 144 (56.64% from 255 or 25.49% from 565); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E490 is #3E1B6F. Grayscale: #D0D0D0. Windows color (decimal): -4070256 or 9495745. OLE color: 9495745.
HSL color Cylindrical-coordinate representation of color #C1E490: hue angle of 85º degrees, saturation: 0.61, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1E490 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 144 | - |
| CMYK | 0.15 | 0 | 0.37 | 0.11 |
| HSL | 85º | 0.61% | 0.73% | - |
| HSV(B) | 85º | 0.37% | 0.89% | - |
| XYZ | 54.77 | 68.84 | 36.79 | - |
| YUV | 207.96 | 91.9 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 144 | 0.15 | 0 | 0.37 | 0.11 | 85 | 0.61 | 0.73 |
| Hex | C1 | E4 | 90 | F | 0 | 25 | B | 55 | 3D | 49 |
| Octal | 301 | 344 | 220 | 17 | 0 | 45 | 13 | 125 | 75 | 111 |
| Binary | 11000001 | 11100100 | 10010000 | 1111 | 0 | 100101 | 1011 | 1010101 | 111101 | 1001001 |
Color Harmonies of #C1E490
Complementary color
Monochromatic Colors of #C1E490
Black with #C1E490
Text Example
Text Example
White with #C1E490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E490; }
p { color: rgb(193,228,144); }
H1.HeaderClassName
{
color: #C1E490;
}
.AnyTagClassName
{
color: #C1E490;
}
</style>
background-color css
<style>
a { background-color: #C1E490; }
a { background-color: rgb(193,228,144); }
div.DivClassName
{
background-color: #C1E490;
}
.BgClassName
{
background-color: #C1E490;
}
</style>
border-color css
<style>
span { border-color: #C1E490; }
span { border-color: rgb(193,228,144); }
td.TdClassName
{
border-color: #C1E490;
}
.TagClassName
{
border-color: #C1E490;
}
</style>