Shades of Pear #C3EA23
Tints of Pear #C3EA23
RGB
CMYK
RGB Variations
Color information
#C3EA23 (or 0xC3EA23) is known color: Pear. HEX triplet: C3, EA and 23. RGB value is (195,234,35). Sum of RGB (Red+Green+Blue) = 195+234+35=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 35 (14.06% from 255 or 7.54% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #C3EA23 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3EA23 is #3C15DC. Grayscale: #C8C8C8. Windows color (decimal): -3937757 or 2353859. OLE color: 2353859.
HSL color Cylindrical-coordinate representation of color #C3EA23: hue angle of 71.76º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3EA23 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 195 | 234 | 35 | - |
| CMYK | 0.17 | 0 | 0.85 | 0.08 |
| HSL | 71.76º | 0.83% | 0.53% | - |
| HSV(B) | 71.76º | 0.85% | 0.92% | - |
| XYZ | 52.23 | 70.57 | 12.46 | - |
| YUV | 199.65 | 35.08 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 234 | 35 | 0.17 | 0 | 0.85 | 0.08 | 71.76 | 0.83 | 0.53 |
| Hex | C3 | EA | 23 | 11 | 0 | 55 | 8 | 48 | 53 | 35 |
| Octal | 303 | 352 | 43 | 21 | 0 | 125 | 10 | 110 | 123 | 65 |
| Binary | 11000011 | 11101010 | 100011 | 10001 | 0 | 1010101 | 1000 | 1001000 | 1010011 | 110101 |
Color Harmonies of #C3EA23
Complementary color
Monochromatic Colors of #C3EA23
Black with #C3EA23
Text Example
Text Example
White with #C3EA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3EA23; }
p { color: rgb(195,234,35); }
H1.HeaderClassName
{
color: #C3EA23;
}
.AnyTagClassName
{
color: #C3EA23;
}
</style>
background-color css
<style>
a { background-color: #C3EA23; }
a { background-color: rgb(195,234,35); }
div.DivClassName
{
background-color: #C3EA23;
}
.BgClassName
{
background-color: #C3EA23;
}
</style>
border-color css
<style>
span { border-color: #C3EA23; }
span { border-color: rgb(195,234,35); }
td.TdClassName
{
border-color: #C3EA23;
}
.TagClassName
{
border-color: #C3EA23;
}
</style>