Shades of Sulu #C2EB8B
Tints of Sulu #C2EB8B
RGB
CMYK
RGB Variations
Color information
#C2EB8B (or 0xC2EB8B) is known color: Sulu. HEX triplet: C2, EB and 8B. RGB value is (194,235,139). Sum of RGB (Red+Green+Blue) = 194+235+139=568 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.15% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 139 (54.69% from 255 or 24.47% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB8B is #3D1474. Grayscale: #D4D4D4. Windows color (decimal): -4002933 or 9169858. OLE color: 9169858.
HSL color Cylindrical-coordinate representation of color #C2EB8B: hue angle of 85.62º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2EB8B is Cyan = 0.17, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 139 | - |
| CMYK | 0.17 | 0 | 0.41 | 0.08 |
| HSL | 85.62º | 0.71% | 0.73% | - |
| HSV(B) | 85.62º | 0.41% | 0.92% | - |
| XYZ | 56.62 | 72.75 | 35.48 | - |
| YUV | 211.8 | 86.92 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 139 | 0.17 | 0 | 0.41 | 0.08 | 85.62 | 0.71 | 0.73 |
| Hex | C2 | EB | 8B | 11 | 0 | 29 | 8 | 56 | 47 | 49 |
| Octal | 302 | 353 | 213 | 21 | 0 | 51 | 10 | 126 | 107 | 111 |
| Binary | 11000010 | 11101011 | 10001011 | 10001 | 0 | 101001 | 1000 | 1010110 | 1000111 | 1001001 |
Color Harmonies of #C2EB8B
Complementary color
Monochromatic Colors of #C2EB8B
Black with #C2EB8B
Text Example
Text Example
White with #C2EB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB8B; }
p { color: rgb(194,235,139); }
H1.HeaderClassName
{
color: #C2EB8B;
}
.AnyTagClassName
{
color: #C2EB8B;
}
</style>
background-color css
<style>
a { background-color: #C2EB8B; }
a { background-color: rgb(194,235,139); }
div.DivClassName
{
background-color: #C2EB8B;
}
.BgClassName
{
background-color: #C2EB8B;
}
</style>
border-color css
<style>
span { border-color: #C2EB8B; }
span { border-color: rgb(194,235,139); }
td.TdClassName
{
border-color: #C2EB8B;
}
.TagClassName
{
border-color: #C2EB8B;
}
</style>