Shades of Sulu #C2E07A
Tints of Sulu #C2E07A
RGB
CMYK
RGB Variations
Color information
#C2E07A (or 0xC2E07A) is known color: Sulu. HEX triplet: C2, E0 and 7A. RGB value is (194,224,122). Sum of RGB (Red+Green+Blue) = 194+224+122=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2E07A is #3D1F85. Grayscale: #CBCBCB. Windows color (decimal): -4005766 or 8052930. OLE color: 8052930.
HSL color Cylindrical-coordinate representation of color #C2E07A: hue angle of 77.65º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2E07A is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 224 | 122 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.12 |
| HSL | 77.65º | 0.62% | 0.68% | - |
| HSV(B) | 77.65º | 0.46% | 0.88% | - |
| XYZ | 52.42 | 66.19 | 28.42 | - |
| YUV | 203.4 | 82.06 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 224 | 122 | 0.13 | 0 | 0.46 | 0.12 | 77.65 | 0.62 | 0.68 |
| Hex | C2 | E0 | 7A | D | 0 | 2E | C | 4E | 3E | 44 |
| Octal | 302 | 340 | 172 | 15 | 0 | 56 | 14 | 116 | 76 | 104 |
| Binary | 11000010 | 11100000 | 1111010 | 1101 | 0 | 101110 | 1100 | 1001110 | 111110 | 1000100 |
Color Harmonies of #C2E07A
Complementary color
Monochromatic Colors of #C2E07A
Black with #C2E07A
Text Example
Text Example
White with #C2E07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E07A; }
p { color: rgb(194,224,122); }
H1.HeaderClassName
{
color: #C2E07A;
}
.AnyTagClassName
{
color: #C2E07A;
}
</style>
background-color css
<style>
a { background-color: #C2E07A; }
a { background-color: rgb(194,224,122); }
div.DivClassName
{
background-color: #C2E07A;
}
.BgClassName
{
background-color: #C2E07A;
}
</style>
border-color css
<style>
span { border-color: #C2E07A; }
span { border-color: rgb(194,224,122); }
td.TdClassName
{
border-color: #C2E07A;
}
.TagClassName
{
border-color: #C2E07A;
}
</style>