Shades of Sulu #C1E38B
Tints of Sulu #C1E38B
RGB
CMYK
RGB Variations
Color information
#C1E38B (or 0xC1E38B) is known color: Sulu. HEX triplet: C1, E3 and 8B. RGB value is (193,227,139). Sum of RGB (Red+Green+Blue) = 193+227+139=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 227 (89.06% from 255 or 40.61% from 559); Blue value is 139 (54.69% from 255 or 24.87% from 559); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E38B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E38B is #3E1C74. Grayscale: #CFCFCF. Windows color (decimal): -4070517 or 9167809. OLE color: 9167809.
HSL color Cylindrical-coordinate representation of color #C1E38B: hue angle of 83.18º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C1E38B is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 139 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.11 |
| HSL | 83.18º | 0.61% | 0.72% | - |
| HSV(B) | 83.18º | 0.39% | 0.89% | - |
| XYZ | 54.12 | 68.14 | 34.73 | - |
| YUV | 206.8 | 89.74 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 139 | 0.15 | 0 | 0.39 | 0.11 | 83.18 | 0.61 | 0.72 |
| Hex | C1 | E3 | 8B | F | 0 | 27 | B | 53 | 3D | 48 |
| Octal | 301 | 343 | 213 | 17 | 0 | 47 | 13 | 123 | 75 | 110 |
| Binary | 11000001 | 11100011 | 10001011 | 1111 | 0 | 100111 | 1011 | 1010011 | 111101 | 1001000 |
Color Harmonies of #C1E38B
Complementary color
Monochromatic Colors of #C1E38B
Black with #C1E38B
Text Example
Text Example
White with #C1E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E38B; }
p { color: rgb(193,227,139); }
H1.HeaderClassName
{
color: #C1E38B;
}
.AnyTagClassName
{
color: #C1E38B;
}
</style>
background-color css
<style>
a { background-color: #C1E38B; }
a { background-color: rgb(193,227,139); }
div.DivClassName
{
background-color: #C1E38B;
}
.BgClassName
{
background-color: #C1E38B;
}
</style>
border-color css
<style>
span { border-color: #C1E38B; }
span { border-color: rgb(193,227,139); }
td.TdClassName
{
border-color: #C1E38B;
}
.TagClassName
{
border-color: #C1E38B;
}
</style>