Shades of Sulu #C2E18B
Tints of Sulu #C2E18B
RGB
CMYK
RGB Variations
Color information
#C2E18B (or 0xC2E18B) is known color: Sulu. HEX triplet: C2, E1 and 8B. RGB value is (194,225,139). Sum of RGB (Red+Green+Blue) = 194+225+139=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 225 (88.28% from 255 or 40.32% from 558); Blue value is 139 (54.69% from 255 or 24.91% from 558); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E18B is #3D1E74. Grayscale: #CECECE. Windows color (decimal): -4005493 or 9167298. OLE color: 9167298.
HSL color Cylindrical-coordinate representation of color #C2E18B: hue angle of 81.63º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2E18B is Cyan = 0.14, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 139 | - |
| CMYK | 0.14 | 0 | 0.38 | 0.12 |
| HSL | 81.63º | 0.59% | 0.71% | - |
| HSV(B) | 81.63º | 0.38% | 0.88% | - |
| XYZ | 53.83 | 67.18 | 34.56 | - |
| YUV | 205.93 | 90.23 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 139 | 0.14 | 0 | 0.38 | 0.12 | 81.63 | 0.59 | 0.71 |
| Hex | C2 | E1 | 8B | E | 0 | 26 | C | 52 | 3B | 47 |
| Octal | 302 | 341 | 213 | 16 | 0 | 46 | 14 | 122 | 73 | 107 |
| Binary | 11000010 | 11100001 | 10001011 | 1110 | 0 | 100110 | 1100 | 1010010 | 111011 | 1000111 |
Color Harmonies of #C2E18B
Complementary color
Monochromatic Colors of #C2E18B
Black with #C2E18B
Text Example
Text Example
White with #C2E18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E18B; }
p { color: rgb(194,225,139); }
H1.HeaderClassName
{
color: #C2E18B;
}
.AnyTagClassName
{
color: #C2E18B;
}
</style>
background-color css
<style>
a { background-color: #C2E18B; }
a { background-color: rgb(194,225,139); }
div.DivClassName
{
background-color: #C2E18B;
}
.BgClassName
{
background-color: #C2E18B;
}
</style>
border-color css
<style>
span { border-color: #C2E18B; }
span { border-color: rgb(194,225,139); }
td.TdClassName
{
border-color: #C2E18B;
}
.TagClassName
{
border-color: #C2E18B;
}
</style>