Shades of Pear #C3ED21
Tints of Pear #C3ED21
RGB
CMYK
RGB Variations
Color information
#C3ED21 (or 0xC3ED21) is known color: Pear. HEX triplet: C3, ED and 21. RGB value is (195,237,33). Sum of RGB (Red+Green+Blue) = 195+237+33=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 237 (92.97% from 255 or 50.97% from 465); Blue value is 33 (13.28% from 255 or 7.10% from 465); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C3ED21 is #3C12DE. Grayscale: #C9C9C9. Windows color (decimal): -3936991 or 2223555. OLE color: 2223555.
HSL color Cylindrical-coordinate representation of color #C3ED21: hue angle of 72.35º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3ED21 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 237 | 33 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.07 |
| HSL | 72.35º | 0.85% | 0.53% | - |
| HSV(B) | 72.35º | 0.86% | 0.93% | - |
| XYZ | 53.06 | 72.28 | 12.59 | - |
| YUV | 201.19 | 33.09 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 237 | 33 | 0.18 | 0 | 0.86 | 0.07 | 72.35 | 0.85 | 0.53 |
| Hex | C3 | ED | 21 | 12 | 0 | 56 | 7 | 48 | 55 | 35 |
| Octal | 303 | 355 | 41 | 22 | 0 | 126 | 7 | 110 | 125 | 65 |
| Binary | 11000011 | 11101101 | 100001 | 10010 | 0 | 1010110 | 111 | 1001000 | 1010101 | 110101 |
Color Harmonies of #C3ED21
Complementary color
Monochromatic Colors of #C3ED21
Black with #C3ED21
Text Example
Text Example
White with #C3ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ED21; }
p { color: rgb(195,237,33); }
H1.HeaderClassName
{
color: #C3ED21;
}
.AnyTagClassName
{
color: #C3ED21;
}
</style>
background-color css
<style>
a { background-color: #C3ED21; }
a { background-color: rgb(195,237,33); }
div.DivClassName
{
background-color: #C3ED21;
}
.BgClassName
{
background-color: #C3ED21;
}
</style>
border-color css
<style>
span { border-color: #C3ED21; }
span { border-color: rgb(195,237,33); }
td.TdClassName
{
border-color: #C3ED21;
}
.TagClassName
{
border-color: #C3ED21;
}
</style>