Shades of Sulu #C1EC7D
Tints of Sulu #C1EC7D
RGB
CMYK
RGB Variations
Color information
#C1EC7D (or 0xC1EC7D) is known color: Sulu. HEX triplet: C1, EC and 7D. RGB value is (193,236,125). Sum of RGB (Red+Green+Blue) = 193+236+125=554 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.84% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 125 (49.22% from 255 or 22.56% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC7D is #3E1382. Grayscale: #D2D2D2. Windows color (decimal): -4068227 or 8252609. OLE color: 8252609.
HSL color Cylindrical-coordinate representation of color #C1EC7D: hue angle of 83.24º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1EC7D is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 125 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.07 |
| HSL | 83.24º | 0.74% | 0.71% | - |
| HSV(B) | 83.24º | 0.47% | 0.93% | - |
| XYZ | 55.69 | 72.81 | 30.52 | - |
| YUV | 210.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 125 | 0.18 | 0 | 0.47 | 0.07 | 83.24 | 0.74 | 0.71 |
| Hex | C1 | EC | 7D | 12 | 0 | 2F | 7 | 53 | 4A | 47 |
| Octal | 301 | 354 | 175 | 22 | 0 | 57 | 7 | 123 | 112 | 107 |
| Binary | 11000001 | 11101100 | 1111101 | 10010 | 0 | 101111 | 111 | 1010011 | 1001010 | 1000111 |
Color Harmonies of #C1EC7D
Complementary color
Monochromatic Colors of #C1EC7D
Black with #C1EC7D
Text Example
Text Example
White with #C1EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC7D; }
p { color: rgb(193,236,125); }
H1.HeaderClassName
{
color: #C1EC7D;
}
.AnyTagClassName
{
color: #C1EC7D;
}
</style>
background-color css
<style>
a { background-color: #C1EC7D; }
a { background-color: rgb(193,236,125); }
div.DivClassName
{
background-color: #C1EC7D;
}
.BgClassName
{
background-color: #C1EC7D;
}
</style>
border-color css
<style>
span { border-color: #C1EC7D; }
span { border-color: rgb(193,236,125); }
td.TdClassName
{
border-color: #C1EC7D;
}
.TagClassName
{
border-color: #C1EC7D;
}
</style>