Shades of Pear #C3EC28
Tints of Pear #C3EC28
RGB
CMYK
RGB Variations
Color information
#C3EC28 (or 0xC3EC28) is known color: Pear. HEX triplet: C3, EC and 28. RGB value is (195,236,40). Sum of RGB (Red+Green+Blue) = 195+236+40=471 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.40% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #C3EC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EC28 is #3C13D7. Grayscale: #CACACA. Windows color (decimal): -3937240 or 2682051. OLE color: 2682051.
HSL color Cylindrical-coordinate representation of color #C3EC28: hue angle of 72.55º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3EC28 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.07 |
| HSL | 72.55º | 0.84% | 0.54% | - |
| HSV(B) | 72.55º | 0.83% | 0.93% | - |
| XYZ | 52.88 | 71.75 | 13.07 | - |
| YUV | 201.4 | 36.92 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 40 | 0.17 | 0 | 0.83 | 0.07 | 72.55 | 0.84 | 0.54 |
| Hex | C3 | EC | 28 | 11 | 0 | 53 | 7 | 49 | 54 | 36 |
| Octal | 303 | 354 | 50 | 21 | 0 | 123 | 7 | 111 | 124 | 66 |
| Binary | 11000011 | 11101100 | 101000 | 10001 | 0 | 1010011 | 111 | 1001001 | 1010100 | 110110 |
Color Harmonies of #C3EC28
Complementary color
Monochromatic Colors of #C3EC28
Black with #C3EC28
Text Example
Text Example
White with #C3EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EC28; }
p { color: rgb(195,236,40); }
H1.HeaderClassName
{
color: #C3EC28;
}
.AnyTagClassName
{
color: #C3EC28;
}
</style>
background-color css
<style>
a { background-color: #C3EC28; }
a { background-color: rgb(195,236,40); }
div.DivClassName
{
background-color: #C3EC28;
}
.BgClassName
{
background-color: #C3EC28;
}
</style>
border-color css
<style>
span { border-color: #C3EC28; }
span { border-color: rgb(195,236,40); }
td.TdClassName
{
border-color: #C3EC28;
}
.TagClassName
{
border-color: #C3EC28;
}
</style>