Shades of Sulu #C1EC70
Tints of Sulu #C1EC70
RGB
CMYK
RGB Variations
Color information
#C1EC70 (or 0xC1EC70) is known color: Sulu. HEX triplet: C1, EC and 70. RGB value is (193,236,112). Sum of RGB (Red+Green+Blue) = 193+236+112=541 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.67% from 541); Green value is 236 (92.58% from 255 or 43.62% from 541); Blue value is 112 (44.14% from 255 or 20.70% from 541); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC70 is #3E138F. Grayscale: #D1D1D1. Windows color (decimal): -4068240 or 7400641. OLE color: 7400641.
HSL color Cylindrical-coordinate representation of color #C1EC70: hue angle of 80.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C1EC70 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 112 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.07 |
| HSL | 80.81º | 0.77% | 0.68% | - |
| HSV(B) | 80.81º | 0.53% | 0.93% | - |
| XYZ | 54.91 | 72.5 | 26.43 | - |
| YUV | 209.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 112 | 0.18 | 0 | 0.53 | 0.07 | 80.81 | 0.77 | 0.68 |
| Hex | C1 | EC | 70 | 12 | 0 | 35 | 7 | 51 | 4D | 44 |
| Octal | 301 | 354 | 160 | 22 | 0 | 65 | 7 | 121 | 115 | 104 |
| Binary | 11000001 | 11101100 | 1110000 | 10010 | 0 | 110101 | 111 | 1010001 | 1001101 | 1000100 |
Color Harmonies of #C1EC70
Complementary color
Monochromatic Colors of #C1EC70
Black with #C1EC70
Text Example
Text Example
White with #C1EC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC70; }
p { color: rgb(193,236,112); }
H1.HeaderClassName
{
color: #C1EC70;
}
.AnyTagClassName
{
color: #C1EC70;
}
</style>
background-color css
<style>
a { background-color: #C1EC70; }
a { background-color: rgb(193,236,112); }
div.DivClassName
{
background-color: #C1EC70;
}
.BgClassName
{
background-color: #C1EC70;
}
</style>
border-color css
<style>
span { border-color: #C1EC70; }
span { border-color: rgb(193,236,112); }
td.TdClassName
{
border-color: #C1EC70;
}
.TagClassName
{
border-color: #C1EC70;
}
</style>