Shades of Pear #C3EA28
Tints of Pear #C3EA28
RGB
CMYK
RGB Variations
Color information
#C3EA28 (or 0xC3EA28) is known color: Pear. HEX triplet: C3, EA and 28. RGB value is (195,234,40). Sum of RGB (Red+Green+Blue) = 195+234+40=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 40 (16.02% from 255 or 8.53% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EA28 is #3C15D7. Grayscale: #C8C8C8. Windows color (decimal): -3937752 or 2681539. OLE color: 2681539.
HSL color Cylindrical-coordinate representation of color #C3EA28: hue angle of 72.06º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C3EA28 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.08 |
| HSL | 72.06º | 0.82% | 0.54% | - |
| HSV(B) | 72.06º | 0.83% | 0.92% | - |
| XYZ | 52.31 | 70.6 | 12.88 | - |
| YUV | 200.22 | 37.58 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 40 | 0.17 | 0 | 0.83 | 0.08 | 72.06 | 0.82 | 0.54 |
| Hex | C3 | EA | 28 | 11 | 0 | 53 | 8 | 48 | 52 | 36 |
| Octal | 303 | 352 | 50 | 21 | 0 | 123 | 10 | 110 | 122 | 66 |
| Binary | 11000011 | 11101010 | 101000 | 10001 | 0 | 1010011 | 1000 | 1001000 | 1010010 | 110110 |
Color Harmonies of #C3EA28
Complementary color
Monochromatic Colors of #C3EA28
Black with #C3EA28
Text Example
Text Example
White with #C3EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EA28; }
p { color: rgb(195,234,40); }
H1.HeaderClassName
{
color: #C3EA28;
}
.AnyTagClassName
{
color: #C3EA28;
}
</style>
background-color css
<style>
a { background-color: #C3EA28; }
a { background-color: rgb(195,234,40); }
div.DivClassName
{
background-color: #C3EA28;
}
.BgClassName
{
background-color: #C3EA28;
}
</style>
border-color css
<style>
span { border-color: #C3EA28; }
span { border-color: rgb(195,234,40); }
td.TdClassName
{
border-color: #C3EA28;
}
.TagClassName
{
border-color: #C3EA28;
}
</style>