Shades of Sulu #C1E58C
Tints of Sulu #C1E58C
RGB
CMYK
RGB Variations
Color information
#C1E58C (or 0xC1E58C) is known color: Sulu. HEX triplet: C1, E5 and 8C. RGB value is (193,229,140). Sum of RGB (Red+Green+Blue) = 193+229+140=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 229 (89.84% from 255 or 40.75% from 562); Blue value is 140 (55.08% from 255 or 24.91% from 562); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E58C is #3E1A73. Grayscale: #D0D0D0. Windows color (decimal): -4070004 or 9233857. OLE color: 9233857.
HSL color Cylindrical-coordinate representation of color #C1E58C: hue angle of 84.27º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1E58C is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 140 | - |
| CMYK | 0.16 | 0 | 0.39 | 0.10 |
| HSL | 84.27º | 0.63% | 0.72% | - |
| HSV(B) | 84.27º | 0.39% | 0.9% | - |
| XYZ | 54.75 | 69.27 | 35.3 | - |
| YUV | 208.09 | 89.57 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 140 | 0.16 | 0 | 0.39 | 0.10 | 84.27 | 0.63 | 0.72 |
| Hex | C1 | E5 | 8C | 10 | 0 | 27 | A | 54 | 3F | 48 |
| Octal | 301 | 345 | 214 | 20 | 0 | 47 | 12 | 124 | 77 | 110 |
| Binary | 11000001 | 11100101 | 10001100 | 10000 | 0 | 100111 | 1010 | 1010100 | 111111 | 1001000 |
Color Harmonies of #C1E58C
Complementary color
Monochromatic Colors of #C1E58C
Black with #C1E58C
Text Example
Text Example
White with #C1E58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E58C; }
p { color: rgb(193,229,140); }
H1.HeaderClassName
{
color: #C1E58C;
}
.AnyTagClassName
{
color: #C1E58C;
}
</style>
background-color css
<style>
a { background-color: #C1E58C; }
a { background-color: rgb(193,229,140); }
div.DivClassName
{
background-color: #C1E58C;
}
.BgClassName
{
background-color: #C1E58C;
}
</style>
border-color css
<style>
span { border-color: #C1E58C; }
span { border-color: rgb(193,229,140); }
td.TdClassName
{
border-color: #C1E58C;
}
.TagClassName
{
border-color: #C1E58C;
}
</style>