Shades of Sulu #C2EB91
Tints of Sulu #C2EB91
RGB
CMYK
RGB Variations
Color information
#C2EB91 (or 0xC2EB91) is known color: Sulu. HEX triplet: C2, EB and 91. RGB value is (194,235,145). Sum of RGB (Red+Green+Blue) = 194+235+145=574 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.80% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 145 (57.03% from 255 or 25.26% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB91 is #3D146E. Grayscale: #D4D4D4. Windows color (decimal): -4002927 or 9563074. OLE color: 9563074.
HSL color Cylindrical-coordinate representation of color #C2EB91: hue angle of 87.33º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C2EB91 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 145 | - |
| CMYK | 0.17 | 0 | 0.38 | 0.08 |
| HSL | 87.33º | 0.69% | 0.75% | - |
| HSV(B) | 87.33º | 0.38% | 0.92% | - |
| XYZ | 57.07 | 72.93 | 37.86 | - |
| YUV | 212.48 | 89.92 | 114.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 145 | 0.17 | 0 | 0.38 | 0.08 | 87.33 | 0.69 | 0.75 |
| Hex | C2 | EB | 91 | 11 | 0 | 26 | 8 | 57 | 45 | 4B |
| Octal | 302 | 353 | 221 | 21 | 0 | 46 | 10 | 127 | 105 | 113 |
| Binary | 11000010 | 11101011 | 10010001 | 10001 | 0 | 100110 | 1000 | 1010111 | 1000101 | 1001011 |
Color Harmonies of #C2EB91
Complementary color
Monochromatic Colors of #C2EB91
Black with #C2EB91
Text Example
Text Example
White with #C2EB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB91; }
p { color: rgb(194,235,145); }
H1.HeaderClassName
{
color: #C2EB91;
}
.AnyTagClassName
{
color: #C2EB91;
}
</style>
background-color css
<style>
a { background-color: #C2EB91; }
a { background-color: rgb(194,235,145); }
div.DivClassName
{
background-color: #C2EB91;
}
.BgClassName
{
background-color: #C2EB91;
}
</style>
border-color css
<style>
span { border-color: #C2EB91; }
span { border-color: rgb(194,235,145); }
td.TdClassName
{
border-color: #C2EB91;
}
.TagClassName
{
border-color: #C2EB91;
}
</style>