Shades of Sulu #C2EB86
Tints of Sulu #C2EB86
RGB
CMYK
RGB Variations
Color information
#C2EB86 (or 0xC2EB86) is known color: Sulu. HEX triplet: C2, EB and 86. RGB value is (194,235,134). Sum of RGB (Red+Green+Blue) = 194+235+134=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 134 (52.73% from 255 or 23.80% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2EB86 is #3D1479. Grayscale: #D3D3D3. Windows color (decimal): -4002938 or 8842178. OLE color: 8842178.
HSL color Cylindrical-coordinate representation of color #C2EB86: hue angle of 84.36º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2EB86 is Cyan = 0.17, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 134 | - |
| CMYK | 0.17 | 0 | 0.43 | 0.08 |
| HSL | 84.36º | 0.72% | 0.72% | - |
| HSV(B) | 84.36º | 0.43% | 0.92% | - |
| XYZ | 56.26 | 72.61 | 33.6 | - |
| YUV | 211.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 134 | 0.17 | 0 | 0.43 | 0.08 | 84.36 | 0.72 | 0.72 |
| Hex | C2 | EB | 86 | 11 | 0 | 2B | 8 | 54 | 48 | 48 |
| Octal | 302 | 353 | 206 | 21 | 0 | 53 | 10 | 124 | 110 | 110 |
| Binary | 11000010 | 11101011 | 10000110 | 10001 | 0 | 101011 | 1000 | 1010100 | 1001000 | 1001000 |
Color Harmonies of #C2EB86
Complementary color
Monochromatic Colors of #C2EB86
Black with #C2EB86
Text Example
Text Example
White with #C2EB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB86; }
p { color: rgb(194,235,134); }
H1.HeaderClassName
{
color: #C2EB86;
}
.AnyTagClassName
{
color: #C2EB86;
}
</style>
background-color css
<style>
a { background-color: #C2EB86; }
a { background-color: rgb(194,235,134); }
div.DivClassName
{
background-color: #C2EB86;
}
.BgClassName
{
background-color: #C2EB86;
}
</style>
border-color css
<style>
span { border-color: #C2EB86; }
span { border-color: rgb(194,235,134); }
td.TdClassName
{
border-color: #C2EB86;
}
.TagClassName
{
border-color: #C2EB86;
}
</style>