Shades of Sulu #C1E47A
Tints of Sulu #C1E47A
RGB
CMYK
RGB Variations
Color information
#C1E47A (or 0xC1E47A) is known color: Sulu. HEX triplet: C1, E4 and 7A. RGB value is (193,228,122). Sum of RGB (Red+Green+Blue) = 193+228+122=543 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.54% from 543); Green value is 228 (89.45% from 255 or 41.99% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 228 - color contains mainly: green. Hex color #C1E47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E47A is #3E1B85. Grayscale: #CDCDCD. Windows color (decimal): -4070278 or 8053953. OLE color: 8053953.
HSL color Cylindrical-coordinate representation of color #C1E47A: hue angle of 79.81º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1E47A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 228 | 122 | - |
| CMYK | 0.15 | 0 | 0.46 | 0.11 |
| HSL | 79.81º | 0.66% | 0.69% | - |
| HSV(B) | 79.81º | 0.46% | 0.89% | - |
| XYZ | 53.25 | 68.23 | 28.78 | - |
| YUV | 205.45 | 80.9 | 119.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 228 | 122 | 0.15 | 0 | 0.46 | 0.11 | 79.81 | 0.66 | 0.69 |
| Hex | C1 | E4 | 7A | F | 0 | 2E | B | 50 | 42 | 45 |
| Octal | 301 | 344 | 172 | 17 | 0 | 56 | 13 | 120 | 102 | 105 |
| Binary | 11000001 | 11100100 | 1111010 | 1111 | 0 | 101110 | 1011 | 1010000 | 1000010 | 1000101 |
Color Harmonies of #C1E47A
Complementary color
Monochromatic Colors of #C1E47A
Black with #C1E47A
Text Example
Text Example
White with #C1E47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E47A; }
p { color: rgb(193,228,122); }
H1.HeaderClassName
{
color: #C1E47A;
}
.AnyTagClassName
{
color: #C1E47A;
}
</style>
background-color css
<style>
a { background-color: #C1E47A; }
a { background-color: rgb(193,228,122); }
div.DivClassName
{
background-color: #C1E47A;
}
.BgClassName
{
background-color: #C1E47A;
}
</style>
border-color css
<style>
span { border-color: #C1E47A; }
span { border-color: rgb(193,228,122); }
td.TdClassName
{
border-color: #C1E47A;
}
.TagClassName
{
border-color: #C1E47A;
}
</style>