Shades of Sulu #C2EB8C
Tints of Sulu #C2EB8C
RGB
CMYK
RGB Variations
Color information
#C2EB8C (or 0xC2EB8C) is known color: Sulu. HEX triplet: C2, EB and 8C. RGB value is (194,235,140). Sum of RGB (Red+Green+Blue) = 194+235+140=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 235 (92.19% from 255 or 41.30% from 569); Blue value is 140 (55.08% from 255 or 24.60% from 569); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB8C is #3D1473. Grayscale: #D4D4D4. Windows color (decimal): -4002932 or 9235394. OLE color: 9235394.
HSL color Cylindrical-coordinate representation of color #C2EB8C: hue angle of 85.89º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2EB8C is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 140 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.08 |
| HSL | 85.89º | 0.7% | 0.74% | - |
| HSV(B) | 85.89º | 0.4% | 0.92% | - |
| XYZ | 56.69 | 72.78 | 35.87 | - |
| YUV | 211.91 | 87.42 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 140 | 0.17 | 0 | 0.40 | 0.08 | 85.89 | 0.7 | 0.74 |
| Hex | C2 | EB | 8C | 11 | 0 | 28 | 8 | 56 | 46 | 4A |
| Octal | 302 | 353 | 214 | 21 | 0 | 50 | 10 | 126 | 106 | 112 |
| Binary | 11000010 | 11101011 | 10001100 | 10001 | 0 | 101000 | 1000 | 1010110 | 1000110 | 1001010 |
Color Harmonies of #C2EB8C
Complementary color
Monochromatic Colors of #C2EB8C
Black with #C2EB8C
Text Example
Text Example
White with #C2EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB8C; }
p { color: rgb(194,235,140); }
H1.HeaderClassName
{
color: #C2EB8C;
}
.AnyTagClassName
{
color: #C2EB8C;
}
</style>
background-color css
<style>
a { background-color: #C2EB8C; }
a { background-color: rgb(194,235,140); }
div.DivClassName
{
background-color: #C2EB8C;
}
.BgClassName
{
background-color: #C2EB8C;
}
</style>
border-color css
<style>
span { border-color: #C2EB8C; }
span { border-color: rgb(194,235,140); }
td.TdClassName
{
border-color: #C2EB8C;
}
.TagClassName
{
border-color: #C2EB8C;
}
</style>