Shades of Sulu #C1E26F
Tints of Sulu #C1E26F
RGB
CMYK
RGB Variations
Color information
#C1E26F (or 0xC1E26F) is known color: Sulu. HEX triplet: C1, E2 and 6F. RGB value is (193,226,111). Sum of RGB (Red+Green+Blue) = 193+226+111=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 226 (88.67% from 255 or 42.64% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1E26F is #3E1D90. Grayscale: #CBCBCB. Windows color (decimal): -4070801 or 7332545. OLE color: 7332545.
HSL color Cylindrical-coordinate representation of color #C1E26F: hue angle of 77.22º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C1E26F is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 111 | - |
| CMYK | 0.15 | 0 | 0.51 | 0.11 |
| HSL | 77.22º | 0.66% | 0.66% | - |
| HSV(B) | 77.22º | 0.51% | 0.89% | - |
| XYZ | 52.06 | 66.88 | 25.2 | - |
| YUV | 203.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 111 | 0.15 | 0 | 0.51 | 0.11 | 77.22 | 0.66 | 0.66 |
| Hex | C1 | E2 | 6F | F | 0 | 33 | B | 4D | 42 | 42 |
| Octal | 301 | 342 | 157 | 17 | 0 | 63 | 13 | 115 | 102 | 102 |
| Binary | 11000001 | 11100010 | 1101111 | 1111 | 0 | 110011 | 1011 | 1001101 | 1000010 | 1000010 |
Color Harmonies of #C1E26F
Complementary color
Monochromatic Colors of #C1E26F
Black with #C1E26F
Text Example
Text Example
White with #C1E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E26F; }
p { color: rgb(193,226,111); }
H1.HeaderClassName
{
color: #C1E26F;
}
.AnyTagClassName
{
color: #C1E26F;
}
</style>
background-color css
<style>
a { background-color: #C1E26F; }
a { background-color: rgb(193,226,111); }
div.DivClassName
{
background-color: #C1E26F;
}
.BgClassName
{
background-color: #C1E26F;
}
</style>
border-color css
<style>
span { border-color: #C1E26F; }
span { border-color: rgb(193,226,111); }
td.TdClassName
{
border-color: #C1E26F;
}
.TagClassName
{
border-color: #C1E26F;
}
</style>