Shades of Sulu #C1E56F
Tints of Sulu #C1E56F
RGB
CMYK
RGB Variations
Color information
#C1E56F (or 0xC1E56F) is known color: Sulu. HEX triplet: C1, E5 and 6F. RGB value is (193,229,111). Sum of RGB (Red+Green+Blue) = 193+229+111=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 229 (89.84% from 255 or 42.96% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 229 - color contains mainly: green. Hex color #C1E56F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E56F is #3E1A90. Grayscale: #CDCDCD. Windows color (decimal): -4070033 or 7333313. OLE color: 7333313.
HSL color Cylindrical-coordinate representation of color #C1E56F: hue angle of 78.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C1E56F is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 229 | 111 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.10 |
| HSL | 78.31º | 0.69% | 0.67% | - |
| HSV(B) | 78.31º | 0.52% | 0.9% | - |
| XYZ | 52.88 | 68.52 | 25.48 | - |
| YUV | 204.78 | 75.07 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 229 | 111 | 0.16 | 0 | 0.52 | 0.10 | 78.31 | 0.69 | 0.67 |
| Hex | C1 | E5 | 6F | 10 | 0 | 34 | A | 4E | 45 | 43 |
| Octal | 301 | 345 | 157 | 20 | 0 | 64 | 12 | 116 | 105 | 103 |
| Binary | 11000001 | 11100101 | 1101111 | 10000 | 0 | 110100 | 1010 | 1001110 | 1000101 | 1000011 |
Color Harmonies of #C1E56F
Complementary color
Monochromatic Colors of #C1E56F
Black with #C1E56F
Text Example
Text Example
White with #C1E56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E56F; }
p { color: rgb(193,229,111); }
H1.HeaderClassName
{
color: #C1E56F;
}
.AnyTagClassName
{
color: #C1E56F;
}
</style>
background-color css
<style>
a { background-color: #C1E56F; }
a { background-color: rgb(193,229,111); }
div.DivClassName
{
background-color: #C1E56F;
}
.BgClassName
{
background-color: #C1E56F;
}
</style>
border-color css
<style>
span { border-color: #C1E56F; }
span { border-color: rgb(193,229,111); }
td.TdClassName
{
border-color: #C1E56F;
}
.TagClassName
{
border-color: #C1E56F;
}
</style>