Shades of Sulu #C2E26F
Tints of Sulu #C2E26F
RGB
CMYK
RGB Variations
Color information
#C2E26F (or 0xC2E26F) is known color: Sulu. HEX triplet: C2, E2 and 6F. RGB value is (194,226,111). Sum of RGB (Red+Green+Blue) = 194+226+111=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 226 (88.67% from 255 or 42.56% from 531); Blue value is 111 (43.75% from 255 or 20.90% from 531); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E26F is #3D1D90. Grayscale: #CBCBCB. Windows color (decimal): -4005265 or 7332546. OLE color: 7332546.
HSL color Cylindrical-coordinate representation of color #C2E26F: hue angle of 76.7º 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 #C2E26F is Cyan = 0.14, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 111 | - |
| CMYK | 0.14 | 0 | 0.51 | 0.11 |
| HSL | 76.7º | 0.66% | 0.66% | - |
| HSV(B) | 76.7º | 0.51% | 0.89% | - |
| XYZ | 52.31 | 67.01 | 25.22 | - |
| YUV | 203.32 | 75.9 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 111 | 0.14 | 0 | 0.51 | 0.11 | 76.7 | 0.66 | 0.66 |
| Hex | C2 | E2 | 6F | E | 0 | 33 | B | 4D | 42 | 42 |
| Octal | 302 | 342 | 157 | 16 | 0 | 63 | 13 | 115 | 102 | 102 |
| Binary | 11000010 | 11100010 | 1101111 | 1110 | 0 | 110011 | 1011 | 1001101 | 1000010 | 1000010 |
Color Harmonies of #C2E26F
Complementary color
Monochromatic Colors of #C2E26F
Black with #C2E26F
Text Example
Text Example
White with #C2E26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E26F; }
p { color: rgb(194,226,111); }
H1.HeaderClassName
{
color: #C2E26F;
}
.AnyTagClassName
{
color: #C2E26F;
}
</style>
background-color css
<style>
a { background-color: #C2E26F; }
a { background-color: rgb(194,226,111); }
div.DivClassName
{
background-color: #C2E26F;
}
.BgClassName
{
background-color: #C2E26F;
}
</style>
border-color css
<style>
span { border-color: #C2E26F; }
span { border-color: rgb(194,226,111); }
td.TdClassName
{
border-color: #C2E26F;
}
.TagClassName
{
border-color: #C2E26F;
}
</style>