Shades of Sulu #C2EB7E
Tints of Sulu #C2EB7E
RGB
CMYK
RGB Variations
Color information
#C2EB7E (or 0xC2EB7E) is known color: Sulu. HEX triplet: C2, EB and 7E. RGB value is (194,235,126). Sum of RGB (Red+Green+Blue) = 194+235+126=555 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.95% from 555); Green value is 235 (92.19% from 255 or 42.34% from 555); Blue value is 126 (49.61% from 255 or 22.70% from 555); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB7E is #3D1481. Grayscale: #D2D2D2. Windows color (decimal): -4002946 or 8317890. OLE color: 8317890.
HSL color Cylindrical-coordinate representation of color #C2EB7E: hue angle of 82.57º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C2EB7E is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 126 | - |
| CMYK | 0.17 | 0 | 0.46 | 0.08 |
| HSL | 82.57º | 0.73% | 0.71% | - |
| HSV(B) | 82.57º | 0.46% | 0.92% | - |
| XYZ | 55.72 | 72.39 | 30.77 | - |
| YUV | 210.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 126 | 0.17 | 0 | 0.46 | 0.08 | 82.57 | 0.73 | 0.71 |
| Hex | C2 | EB | 7E | 11 | 0 | 2E | 8 | 53 | 49 | 47 |
| Octal | 302 | 353 | 176 | 21 | 0 | 56 | 10 | 123 | 111 | 107 |
| Binary | 11000010 | 11101011 | 1111110 | 10001 | 0 | 101110 | 1000 | 1010011 | 1001001 | 1000111 |
Color Harmonies of #C2EB7E
Complementary color
Monochromatic Colors of #C2EB7E
Black with #C2EB7E
Text Example
Text Example
White with #C2EB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB7E; }
p { color: rgb(194,235,126); }
H1.HeaderClassName
{
color: #C2EB7E;
}
.AnyTagClassName
{
color: #C2EB7E;
}
</style>
background-color css
<style>
a { background-color: #C2EB7E; }
a { background-color: rgb(194,235,126); }
div.DivClassName
{
background-color: #C2EB7E;
}
.BgClassName
{
background-color: #C2EB7E;
}
</style>
border-color css
<style>
span { border-color: #C2EB7E; }
span { border-color: rgb(194,235,126); }
td.TdClassName
{
border-color: #C2EB7E;
}
.TagClassName
{
border-color: #C2EB7E;
}
</style>