Shades of Sulu #C2D888
Tints of Sulu #C2D888
RGB
CMYK
RGB Variations
Color information
#C2D888 (or 0xC2D888) is known color: Sulu. HEX triplet: C2, D8 and 88. RGB value is (194,216,136). Sum of RGB (Red+Green+Blue) = 194+216+136=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 216 (84.77% from 255 or 39.56% from 546); Blue value is 136 (53.52% from 255 or 24.91% from 546); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D888 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D888 is #3D2777. Grayscale: #C8C8C8. Windows color (decimal): -4007800 or 8968386. OLE color: 8968386.
HSL color Cylindrical-coordinate representation of color #C2D888: hue angle of 76.5º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2D888 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 136 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.15 |
| HSL | 76.5º | 0.51% | 0.69% | - |
| HSV(B) | 76.5º | 0.37% | 0.85% | - |
| XYZ | 51.25 | 62.36 | 32.63 | - |
| YUV | 200.3 | 91.71 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 136 | 0.10 | 0 | 0.37 | 0.15 | 76.5 | 0.51 | 0.69 |
| Hex | C2 | D8 | 88 | A | 0 | 25 | F | 4C | 33 | 45 |
| Octal | 302 | 330 | 210 | 12 | 0 | 45 | 17 | 114 | 63 | 105 |
| Binary | 11000010 | 11011000 | 10001000 | 1010 | 0 | 100101 | 1111 | 1001100 | 110011 | 1000101 |
Color Harmonies of #C2D888
Complementary color
Monochromatic Colors of #C2D888
Black with #C2D888
Text Example
Text Example
White with #C2D888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D888; }
p { color: rgb(194,216,136); }
H1.HeaderClassName
{
color: #C2D888;
}
.AnyTagClassName
{
color: #C2D888;
}
</style>
background-color css
<style>
a { background-color: #C2D888; }
a { background-color: rgb(194,216,136); }
div.DivClassName
{
background-color: #C2D888;
}
.BgClassName
{
background-color: #C2D888;
}
</style>
border-color css
<style>
span { border-color: #C2D888; }
span { border-color: rgb(194,216,136); }
td.TdClassName
{
border-color: #C2D888;
}
.TagClassName
{
border-color: #C2D888;
}
</style>