Shades of Sulu #C1EC7F
Tints of Sulu #C1EC7F
RGB
CMYK
RGB Variations
Color information
#C1EC7F (or 0xC1EC7F) is known color: Sulu. HEX triplet: C1, EC and 7F. RGB value is (193,236,127). Sum of RGB (Red+Green+Blue) = 193+236+127=556 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.71% from 556); Green value is 236 (92.58% from 255 or 42.45% from 556); Blue value is 127 (50% from 255 or 22.84% from 556); Max value from RGB is 236 - color contains mainly: green. Hex color #C1EC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1EC7F is #3E1380. Grayscale: #D3D3D3. Windows color (decimal): -4068225 or 8383681. OLE color: 8383681.
HSL color Cylindrical-coordinate representation of color #C1EC7F: hue angle of 83.67º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C1EC7F is Cyan = 0.18, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 236 | 127 | - |
| CMYK | 0.18 | 0 | 0.46 | 0.07 |
| HSL | 83.67º | 0.74% | 0.71% | - |
| HSV(B) | 83.67º | 0.46% | 0.93% | - |
| XYZ | 55.82 | 72.86 | 31.2 | - |
| YUV | 210.72 | 80.75 | 115.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 236 | 127 | 0.18 | 0 | 0.46 | 0.07 | 83.67 | 0.74 | 0.71 |
| Hex | C1 | EC | 7F | 12 | 0 | 2E | 7 | 54 | 4A | 47 |
| Octal | 301 | 354 | 177 | 22 | 0 | 56 | 7 | 124 | 112 | 107 |
| Binary | 11000001 | 11101100 | 1111111 | 10010 | 0 | 101110 | 111 | 1010100 | 1001010 | 1000111 |
Color Harmonies of #C1EC7F
Complementary color
Monochromatic Colors of #C1EC7F
Black with #C1EC7F
Text Example
Text Example
White with #C1EC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EC7F; }
p { color: rgb(193,236,127); }
H1.HeaderClassName
{
color: #C1EC7F;
}
.AnyTagClassName
{
color: #C1EC7F;
}
</style>
background-color css
<style>
a { background-color: #C1EC7F; }
a { background-color: rgb(193,236,127); }
div.DivClassName
{
background-color: #C1EC7F;
}
.BgClassName
{
background-color: #C1EC7F;
}
</style>
border-color css
<style>
span { border-color: #C1EC7F; }
span { border-color: rgb(193,236,127); }
td.TdClassName
{
border-color: #C1EC7F;
}
.TagClassName
{
border-color: #C1EC7F;
}
</style>