Shades of Sulu #C1EC7A
Tints of Sulu #C1EC7A
RGB
CMYK
RGB Variations
Color information
#C1EC7A (or 0xC1EC7A) is known color: Sulu. HEX triplet: C1, EC and 7A. RGB value is (193,236,122). Sum of RGB (Red+Green+Blue) = 193+236+122=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 122 (48.05% from 255 or 22.14% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC7A is #3E1385. Grayscale: #D2D2D2. Windows color (decimal): -4068230 or 8056001. OLE color: 8056001.
HSL color Cylindrical-coordinate representation of color #C1EC7A: hue angle of 82.63º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C1EC7A is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 122 | - |
| CMYK | 0.18 | 0 | 0.48 | 0.07 |
| HSL | 82.63º | 0.75% | 0.7% | - |
| HSV(B) | 82.63º | 0.48% | 0.93% | - |
| XYZ | 55.5 | 72.73 | 29.53 | - |
| YUV | 210.15 | 78.25 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 122 | 0.18 | 0 | 0.48 | 0.07 | 82.63 | 0.75 | 0.7 |
| Hex | C1 | EC | 7A | 12 | 0 | 30 | 7 | 53 | 4B | 46 |
| Octal | 301 | 354 | 172 | 22 | 0 | 60 | 7 | 123 | 113 | 106 |
| Binary | 11000001 | 11101100 | 1111010 | 10010 | 0 | 110000 | 111 | 1010011 | 1001011 | 1000110 |
Color Harmonies of #C1EC7A
Complementary color
Monochromatic Colors of #C1EC7A
Black with #C1EC7A
Text Example
Text Example
White with #C1EC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC7A; }
p { color: rgb(193,236,122); }
H1.HeaderClassName
{
color: #C1EC7A;
}
.AnyTagClassName
{
color: #C1EC7A;
}
</style>
background-color css
<style>
a { background-color: #C1EC7A; }
a { background-color: rgb(193,236,122); }
div.DivClassName
{
background-color: #C1EC7A;
}
.BgClassName
{
background-color: #C1EC7A;
}
</style>
border-color css
<style>
span { border-color: #C1EC7A; }
span { border-color: rgb(193,236,122); }
td.TdClassName
{
border-color: #C1EC7A;
}
.TagClassName
{
border-color: #C1EC7A;
}
</style>