Shades of Sulu #C1E379
Tints of Sulu #C1E379
RGB
CMYK
RGB Variations
Color information
#C1E379 (or 0xC1E379) is known color: Sulu. HEX triplet: C1, E3 and 79. RGB value is (193,227,121). Sum of RGB (Red+Green+Blue) = 193+227+121=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 227 (89.06% from 255 or 41.96% from 541); Blue value is 121 (47.66% from 255 or 22.37% from 541); Max value from RGB is 227 - color contains mainly: green. Hex color #C1E379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E379 is #3E1C86. Grayscale: #CDCDCD. Windows color (decimal): -4070535 or 7988161. OLE color: 7988161.
HSL color Cylindrical-coordinate representation of color #C1E379: hue angle of 79.25º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1E379 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 227 | 121 | - |
| CMYK | 0.15 | 0 | 0.47 | 0.11 |
| HSL | 79.25º | 0.65% | 0.68% | - |
| HSV(B) | 79.25º | 0.47% | 0.89% | - |
| XYZ | 52.91 | 67.66 | 28.36 | - |
| YUV | 204.75 | 80.74 | 119.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 227 | 121 | 0.15 | 0 | 0.47 | 0.11 | 79.25 | 0.65 | 0.68 |
| Hex | C1 | E3 | 79 | F | 0 | 2F | B | 4F | 41 | 44 |
| Octal | 301 | 343 | 171 | 17 | 0 | 57 | 13 | 117 | 101 | 104 |
| Binary | 11000001 | 11100011 | 1111001 | 1111 | 0 | 101111 | 1011 | 1001111 | 1000001 | 1000100 |
Color Harmonies of #C1E379
Complementary color
Monochromatic Colors of #C1E379
Black with #C1E379
Text Example
Text Example
White with #C1E379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E379; }
p { color: rgb(193,227,121); }
H1.HeaderClassName
{
color: #C1E379;
}
.AnyTagClassName
{
color: #C1E379;
}
</style>
background-color css
<style>
a { background-color: #C1E379; }
a { background-color: rgb(193,227,121); }
div.DivClassName
{
background-color: #C1E379;
}
.BgClassName
{
background-color: #C1E379;
}
</style>
border-color css
<style>
span { border-color: #C1E379; }
span { border-color: rgb(193,227,121); }
td.TdClassName
{
border-color: #C1E379;
}
.TagClassName
{
border-color: #C1E379;
}
</style>