Shades of Pear #CCE21C
Tints of Pear #CCE21C
RGB
CMYK
RGB Variations
Color information
#CCE21C (or 0xCCE21C) is known color: Pear. HEX triplet: CC, E2 and 1C. RGB value is (204,226,28). Sum of RGB (Red+Green+Blue) = 204+226+28=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 28 (11.33% from 255 or 6.11% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE21C is #331DE3. Grayscale: #C5C5C5. Windows color (decimal): -3349988 or 1893068. OLE color: 1893068.
HSL color Cylindrical-coordinate representation of color #CCE21C: hue angle of 66.67º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE21C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.11 |
| HSL | 66.67º | 0.78% | 0.5% | - |
| HSV(B) | 66.67º | 0.88% | 0.89% | - |
| XYZ | 52.31 | 67.31 | 11.33 | - |
| YUV | 196.85 | 32.71 | 133.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 28 | 0.10 | 0 | 0.88 | 0.11 | 66.67 | 0.78 | 0.5 |
| Hex | CC | E2 | 1C | A | 0 | 58 | B | 43 | 4E | 32 |
| Octal | 314 | 342 | 34 | 12 | 0 | 130 | 13 | 103 | 116 | 62 |
| Binary | 11001100 | 11100010 | 11100 | 1010 | 0 | 1011000 | 1011 | 1000011 | 1001110 | 110010 |
Color Harmonies of #CCE21C
Complementary color
Monochromatic Colors of #CCE21C
Black with #CCE21C
Text Example
Text Example
White with #CCE21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE21C; }
p { color: rgb(204,226,28); }
H1.HeaderClassName
{
color: #CCE21C;
}
.AnyTagClassName
{
color: #CCE21C;
}
</style>
background-color css
<style>
a { background-color: #CCE21C; }
a { background-color: rgb(204,226,28); }
div.DivClassName
{
background-color: #CCE21C;
}
.BgClassName
{
background-color: #CCE21C;
}
</style>
border-color css
<style>
span { border-color: #CCE21C; }
span { border-color: rgb(204,226,28); }
td.TdClassName
{
border-color: #CCE21C;
}
.TagClassName
{
border-color: #CCE21C;
}
</style>