Shades of Sulu #C2E96A
Tints of Sulu #C2E96A
RGB
CMYK
RGB Variations
Color information
#C2E96A (or 0xC2E96A) is known color: Sulu. HEX triplet: C2, E9 and 6A. RGB value is (194,233,106). Sum of RGB (Red+Green+Blue) = 194+233+106=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 233 (91.41% from 255 or 43.71% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E96A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2E96A is #3D1695. Grayscale: #CFCFCF. Windows color (decimal): -4003478 or 7006658. OLE color: 7006658.
HSL color Cylindrical-coordinate representation of color #C2E96A: hue angle of 78.43º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2E96A is Cyan = 0.17, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 233 | 106 | - |
| CMYK | 0.17 | 0 | 0.55 | 0.09 |
| HSL | 78.43º | 0.74% | 0.66% | - |
| HSV(B) | 78.43º | 0.55% | 0.91% | - |
| XYZ | 53.99 | 70.79 | 24.45 | - |
| YUV | 206.86 | 71.08 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 233 | 106 | 0.17 | 0 | 0.55 | 0.09 | 78.43 | 0.74 | 0.66 |
| Hex | C2 | E9 | 6A | 11 | 0 | 37 | 9 | 4E | 4A | 42 |
| Octal | 302 | 351 | 152 | 21 | 0 | 67 | 11 | 116 | 112 | 102 |
| Binary | 11000010 | 11101001 | 1101010 | 10001 | 0 | 110111 | 1001 | 1001110 | 1001010 | 1000010 |
Color Harmonies of #C2E96A
Complementary color
Monochromatic Colors of #C2E96A
Black with #C2E96A
Text Example
Text Example
White with #C2E96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E96A; }
p { color: rgb(194,233,106); }
H1.HeaderClassName
{
color: #C2E96A;
}
.AnyTagClassName
{
color: #C2E96A;
}
</style>
background-color css
<style>
a { background-color: #C2E96A; }
a { background-color: rgb(194,233,106); }
div.DivClassName
{
background-color: #C2E96A;
}
.BgClassName
{
background-color: #C2E96A;
}
</style>
border-color css
<style>
span { border-color: #C2E96A; }
span { border-color: rgb(194,233,106); }
td.TdClassName
{
border-color: #C2E96A;
}
.TagClassName
{
border-color: #C2E96A;
}
</style>