Shades of Sulu #C2EB6D
Tints of Sulu #C2EB6D
RGB
CMYK
RGB Variations
Color information
#C2EB6D (or 0xC2EB6D) is known color: Sulu. HEX triplet: C2, EB and 6D. RGB value is (194,235,109). Sum of RGB (Red+Green+Blue) = 194+235+109=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB6D is #3D1492. Grayscale: #D0D0D0. Windows color (decimal): -4002963 or 7203778. OLE color: 7203778.
HSL color Cylindrical-coordinate representation of color #C2EB6D: hue angle of 79.52º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C2EB6D is Cyan = 0.17, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 109 | - |
| CMYK | 0.17 | 0 | 0.54 | 0.08 |
| HSL | 79.52º | 0.76% | 0.67% | - |
| HSV(B) | 79.52º | 0.54% | 0.92% | - |
| XYZ | 54.72 | 71.99 | 25.48 | - |
| YUV | 208.38 | 71.92 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 109 | 0.17 | 0 | 0.54 | 0.08 | 79.52 | 0.76 | 0.67 |
| Hex | C2 | EB | 6D | 11 | 0 | 36 | 8 | 50 | 4C | 43 |
| Octal | 302 | 353 | 155 | 21 | 0 | 66 | 10 | 120 | 114 | 103 |
| Binary | 11000010 | 11101011 | 1101101 | 10001 | 0 | 110110 | 1000 | 1010000 | 1001100 | 1000011 |
Color Harmonies of #C2EB6D
Complementary color
Monochromatic Colors of #C2EB6D
Black with #C2EB6D
Text Example
Text Example
White with #C2EB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB6D; }
p { color: rgb(194,235,109); }
H1.HeaderClassName
{
color: #C2EB6D;
}
.AnyTagClassName
{
color: #C2EB6D;
}
</style>
background-color css
<style>
a { background-color: #C2EB6D; }
a { background-color: rgb(194,235,109); }
div.DivClassName
{
background-color: #C2EB6D;
}
.BgClassName
{
background-color: #C2EB6D;
}
</style>
border-color css
<style>
span { border-color: #C2EB6D; }
span { border-color: rgb(194,235,109); }
td.TdClassName
{
border-color: #C2EB6D;
}
.TagClassName
{
border-color: #C2EB6D;
}
</style>