Shades of Pear #C8ED21
Tints of Pear #C8ED21
RGB
CMYK
RGB Variations
Color information
#C8ED21 (or 0xC8ED21) is known color: Pear. HEX triplet: C8, ED and 21. RGB value is (200,237,33). Sum of RGB (Red+Green+Blue) = 200+237+33=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 33 (13.28% from 255 or 7.02% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #C8ED21 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8ED21 is #3712DE. Grayscale: #CBCBCB. Windows color (decimal): -3609311 or 2223560. OLE color: 2223560.
HSL color Cylindrical-coordinate representation of color #C8ED21: hue angle of 70.88º 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 #C8ED21 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 237 | 33 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.07 |
| HSL | 70.88º | 0.85% | 0.53% | - |
| HSV(B) | 70.88º | 0.86% | 0.93% | - |
| XYZ | 54.38 | 72.96 | 12.66 | - |
| YUV | 202.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 237 | 33 | 0.16 | 0 | 0.86 | 0.07 | 70.88 | 0.85 | 0.53 |
| Hex | C8 | ED | 21 | 10 | 0 | 56 | 7 | 47 | 55 | 35 |
| Octal | 310 | 355 | 41 | 20 | 0 | 126 | 7 | 107 | 125 | 65 |
| Binary | 11001000 | 11101101 | 100001 | 10000 | 0 | 1010110 | 111 | 1000111 | 1010101 | 110101 |
Color Harmonies of #C8ED21
Complementary color
Monochromatic Colors of #C8ED21
Black with #C8ED21
Text Example
Text Example
White with #C8ED21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ED21; }
p { color: rgb(200,237,33); }
H1.HeaderClassName
{
color: #C8ED21;
}
.AnyTagClassName
{
color: #C8ED21;
}
</style>
background-color css
<style>
a { background-color: #C8ED21; }
a { background-color: rgb(200,237,33); }
div.DivClassName
{
background-color: #C8ED21;
}
.BgClassName
{
background-color: #C8ED21;
}
</style>
border-color css
<style>
span { border-color: #C8ED21; }
span { border-color: rgb(200,237,33); }
td.TdClassName
{
border-color: #C8ED21;
}
.TagClassName
{
border-color: #C8ED21;
}
</style>