Shades of Sulu #C2E27A
Tints of Sulu #C2E27A
RGB
CMYK
RGB Variations
Color information
#C2E27A (or 0xC2E27A) is known color: Sulu. HEX triplet: C2, E2 and 7A. RGB value is (194,226,122). Sum of RGB (Red+Green+Blue) = 194+226+122=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 122 (48.05% from 255 or 22.51% from 542); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E27A is #3D1D85. Grayscale: #CCCCCC. Windows color (decimal): -4005254 or 8053442. OLE color: 8053442.
HSL color Cylindrical-coordinate representation of color #C2E27A: hue angle of 78.46º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2E27A is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 122 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.11 |
| HSL | 78.46º | 0.64% | 0.68% | - |
| HSV(B) | 78.46º | 0.46% | 0.89% | - |
| XYZ | 52.96 | 67.27 | 28.61 | - |
| YUV | 204.58 | 81.4 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 122 | 0.14 | 0 | 0.46 | 0.11 | 78.46 | 0.64 | 0.68 |
| Hex | C2 | E2 | 7A | E | 0 | 2E | B | 4E | 40 | 44 |
| Octal | 302 | 342 | 172 | 16 | 0 | 56 | 13 | 116 | 100 | 104 |
| Binary | 11000010 | 11100010 | 1111010 | 1110 | 0 | 101110 | 1011 | 1001110 | 1000000 | 1000100 |
Color Harmonies of #C2E27A
Complementary color
Monochromatic Colors of #C2E27A
Black with #C2E27A
Text Example
Text Example
White with #C2E27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E27A; }
p { color: rgb(194,226,122); }
H1.HeaderClassName
{
color: #C2E27A;
}
.AnyTagClassName
{
color: #C2E27A;
}
</style>
background-color css
<style>
a { background-color: #C2E27A; }
a { background-color: rgb(194,226,122); }
div.DivClassName
{
background-color: #C2E27A;
}
.BgClassName
{
background-color: #C2E27A;
}
</style>
border-color css
<style>
span { border-color: #C2E27A; }
span { border-color: rgb(194,226,122); }
td.TdClassName
{
border-color: #C2E27A;
}
.TagClassName
{
border-color: #C2E27A;
}
</style>