Shades of Sulu #C2E891
Tints of Sulu #C2E891
RGB
CMYK
RGB Variations
Color information
#C2E891 (or 0xC2E891) is known color: Sulu. HEX triplet: C2, E8 and 91. RGB value is (194,232,145). Sum of RGB (Red+Green+Blue) = 194+232+145=571 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.98% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 145 (57.03% from 255 or 25.39% from 571); Max value from RGB is 232 - color contains mainly: green. Hex color #C2E891 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E891 is #3D176E. Grayscale: #D3D3D3. Windows color (decimal): -4003695 or 9562306. OLE color: 9562306.
HSL color Cylindrical-coordinate representation of color #C2E891: hue angle of 86.21º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2E891 is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 232 | 145 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.09 |
| HSL | 86.21º | 0.65% | 0.74% | - |
| HSV(B) | 86.21º | 0.38% | 0.91% | - |
| XYZ | 56.22 | 71.23 | 37.57 | - |
| YUV | 210.72 | 90.91 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 232 | 145 | 0.16 | 0 | 0.38 | 0.09 | 86.21 | 0.65 | 0.74 |
| Hex | C2 | E8 | 91 | 10 | 0 | 26 | 9 | 56 | 41 | 4A |
| Octal | 302 | 350 | 221 | 20 | 0 | 46 | 11 | 126 | 101 | 112 |
| Binary | 11000010 | 11101000 | 10010001 | 10000 | 0 | 100110 | 1001 | 1010110 | 1000001 | 1001010 |
Color Harmonies of #C2E891
Complementary color
Monochromatic Colors of #C2E891
Black with #C2E891
Text Example
Text Example
White with #C2E891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E891; }
p { color: rgb(194,232,145); }
H1.HeaderClassName
{
color: #C2E891;
}
.AnyTagClassName
{
color: #C2E891;
}
</style>
background-color css
<style>
a { background-color: #C2E891; }
a { background-color: rgb(194,232,145); }
div.DivClassName
{
background-color: #C2E891;
}
.BgClassName
{
background-color: #C2E891;
}
</style>
border-color css
<style>
span { border-color: #C2E891; }
span { border-color: rgb(194,232,145); }
td.TdClassName
{
border-color: #C2E891;
}
.TagClassName
{
border-color: #C2E891;
}
</style>