Shades of Pear #CCE42B
Tints of Pear #CCE42B
RGB
CMYK
RGB Variations
Color information
#CCE42B (or 0xCCE42B) is known color: Pear. HEX triplet: CC, E4 and 2B. RGB value is (204,228,43). Sum of RGB (Red+Green+Blue) = 204+228+43=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 43 (17.19% from 255 or 9.05% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE42B is #331BD4. Grayscale: #C8C8C8. Windows color (decimal): -3349461 or 2876620. OLE color: 2876620.
HSL color Cylindrical-coordinate representation of color #CCE42B: hue angle of 67.78º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCE42B is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 43 | - |
| CMYK | 0.11 | 0 | 0.81 | 0.11 |
| HSL | 67.78º | 0.77% | 0.53% | - |
| HSV(B) | 67.78º | 0.81% | 0.89% | - |
| XYZ | 53.08 | 68.5 | 12.71 | - |
| YUV | 199.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 43 | 0.11 | 0 | 0.81 | 0.11 | 67.78 | 0.77 | 0.53 |
| Hex | CC | E4 | 2B | B | 0 | 51 | B | 44 | 4D | 35 |
| Octal | 314 | 344 | 53 | 13 | 0 | 121 | 13 | 104 | 115 | 65 |
| Binary | 11001100 | 11100100 | 101011 | 1011 | 0 | 1010001 | 1011 | 1000100 | 1001101 | 110101 |
Color Harmonies of #CCE42B
Complementary color
Monochromatic Colors of #CCE42B
Black with #CCE42B
Text Example
Text Example
White with #CCE42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE42B; }
p { color: rgb(204,228,43); }
H1.HeaderClassName
{
color: #CCE42B;
}
.AnyTagClassName
{
color: #CCE42B;
}
</style>
background-color css
<style>
a { background-color: #CCE42B; }
a { background-color: rgb(204,228,43); }
div.DivClassName
{
background-color: #CCE42B;
}
.BgClassName
{
background-color: #CCE42B;
}
</style>
border-color css
<style>
span { border-color: #CCE42B; }
span { border-color: rgb(204,228,43); }
td.TdClassName
{
border-color: #CCE42B;
}
.TagClassName
{
border-color: #CCE42B;
}
</style>