Shades of Sulu #C2E268
Tints of Sulu #C2E268
RGB
CMYK
RGB Variations
Color information
#C2E268 (or 0xC2E268) is known color: Sulu. HEX triplet: C2, E2 and 68. RGB value is (194,226,104). Sum of RGB (Red+Green+Blue) = 194+226+104=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 104 (41.02% from 255 or 19.85% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E268 is #3D1D97. Grayscale: #CACACA. Windows color (decimal): -4005272 or 6873794. OLE color: 6873794.
HSL color Cylindrical-coordinate representation of color #C2E268: hue angle of 75.74º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2E268 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 104 | - |
| CMYK | 0.14 | 0 | 0.54 | 0.11 |
| HSL | 75.74º | 0.68% | 0.65% | - |
| HSV(B) | 75.74º | 0.54% | 0.89% | - |
| XYZ | 51.94 | 66.86 | 23.26 | - |
| YUV | 202.52 | 72.4 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 104 | 0.14 | 0 | 0.54 | 0.11 | 75.74 | 0.68 | 0.65 |
| Hex | C2 | E2 | 68 | E | 0 | 36 | B | 4C | 44 | 41 |
| Octal | 302 | 342 | 150 | 16 | 0 | 66 | 13 | 114 | 104 | 101 |
| Binary | 11000010 | 11100010 | 1101000 | 1110 | 0 | 110110 | 1011 | 1001100 | 1000100 | 1000001 |
Color Harmonies of #C2E268
Complementary color
Monochromatic Colors of #C2E268
Black with #C2E268
Text Example
Text Example
White with #C2E268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E268; }
p { color: rgb(194,226,104); }
H1.HeaderClassName
{
color: #C2E268;
}
.AnyTagClassName
{
color: #C2E268;
}
</style>
background-color css
<style>
a { background-color: #C2E268; }
a { background-color: rgb(194,226,104); }
div.DivClassName
{
background-color: #C2E268;
}
.BgClassName
{
background-color: #C2E268;
}
</style>
border-color css
<style>
span { border-color: #C2E268; }
span { border-color: rgb(194,226,104); }
td.TdClassName
{
border-color: #C2E268;
}
.TagClassName
{
border-color: #C2E268;
}
</style>