Shades of Sulu #C2EB7C
Tints of Sulu #C2EB7C
RGB
CMYK
RGB Variations
Color information
#C2EB7C (or 0xC2EB7C) is known color: Sulu. HEX triplet: C2, EB and 7C. RGB value is (194,235,124). Sum of RGB (Red+Green+Blue) = 194+235+124=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2EB7C is #3D1483. Grayscale: #D2D2D2. Windows color (decimal): -4002948 or 8186818. OLE color: 8186818.
HSL color Cylindrical-coordinate representation of color #C2EB7C: hue angle of 82.16º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C2EB7C is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 235 | 124 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.08 |
| HSL | 82.16º | 0.74% | 0.7% | - |
| HSV(B) | 82.16º | 0.47% | 0.92% | - |
| XYZ | 55.59 | 72.34 | 30.1 | - |
| YUV | 210.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 235 | 124 | 0.17 | 0 | 0.47 | 0.08 | 82.16 | 0.74 | 0.7 |
| Hex | C2 | EB | 7C | 11 | 0 | 2F | 8 | 52 | 4A | 46 |
| Octal | 302 | 353 | 174 | 21 | 0 | 57 | 10 | 122 | 112 | 106 |
| Binary | 11000010 | 11101011 | 1111100 | 10001 | 0 | 101111 | 1000 | 1010010 | 1001010 | 1000110 |
Color Harmonies of #C2EB7C
Complementary color
Monochromatic Colors of #C2EB7C
Black with #C2EB7C
Text Example
Text Example
White with #C2EB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2EB7C; }
p { color: rgb(194,235,124); }
H1.HeaderClassName
{
color: #C2EB7C;
}
.AnyTagClassName
{
color: #C2EB7C;
}
</style>
background-color css
<style>
a { background-color: #C2EB7C; }
a { background-color: rgb(194,235,124); }
div.DivClassName
{
background-color: #C2EB7C;
}
.BgClassName
{
background-color: #C2EB7C;
}
</style>
border-color css
<style>
span { border-color: #C2EB7C; }
span { border-color: rgb(194,235,124); }
td.TdClassName
{
border-color: #C2EB7C;
}
.TagClassName
{
border-color: #C2EB7C;
}
</style>