Shades of Sulu #C1E394
Tints of Sulu #C1E394
RGB
CMYK
RGB Variations
Color information
#C1E394 (or 0xC1E394) is known color: Sulu. HEX triplet: C1, E3 and 94. RGB value is (193,227,148). Sum of RGB (Red+Green+Blue) = 193+227+148=568 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.98% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 148 (58.20% from 255 or 26.06% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1E394 is #3E1C6B. Grayscale: #D0D0D0. Windows color (decimal): -4070508 or 9757633. OLE color: 9757633.
HSL color Cylindrical-coordinate representation of color #C1E394: hue angle of 85.82º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C1E394 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 148 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.11 |
| HSL | 85.82º | 0.59% | 0.74% | - |
| HSV(B) | 85.82º | 0.35% | 0.89% | - |
| XYZ | 54.81 | 68.41 | 38.33 | - |
| YUV | 207.83 | 94.24 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 148 | 0.15 | 0 | 0.35 | 0.11 | 85.82 | 0.59 | 0.74 |
| Hex | C1 | E3 | 94 | F | 0 | 23 | B | 56 | 3B | 4A |
| Octal | 301 | 343 | 224 | 17 | 0 | 43 | 13 | 126 | 73 | 112 |
| Binary | 11000001 | 11100011 | 10010100 | 1111 | 0 | 100011 | 1011 | 1010110 | 111011 | 1001010 |
Color Harmonies of #C1E394
Complementary color
Monochromatic Colors of #C1E394
Black with #C1E394
Text Example
Text Example
White with #C1E394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E394; }
p { color: rgb(193,227,148); }
H1.HeaderClassName
{
color: #C1E394;
}
.AnyTagClassName
{
color: #C1E394;
}
</style>
background-color css
<style>
a { background-color: #C1E394; }
a { background-color: rgb(193,227,148); }
div.DivClassName
{
background-color: #C1E394;
}
.BgClassName
{
background-color: #C1E394;
}
</style>
border-color css
<style>
span { border-color: #C1E394; }
span { border-color: rgb(193,227,148); }
td.TdClassName
{
border-color: #C1E394;
}
.TagClassName
{
border-color: #C1E394;
}
</style>