Shades of Pear #CCE429
Tints of Pear #CCE429
RGB
CMYK
RGB Variations
Color information
#CCE429 (or 0xCCE429) is known color: Pear. HEX triplet: CC, E4 and 29. RGB value is (204,228,41). Sum of RGB (Red+Green+Blue) = 204+228+41=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 41 (16.41% from 255 or 8.67% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE429 is #331BD6. Grayscale: #C8C8C8. Windows color (decimal): -3349463 or 2745548. OLE color: 2745548.
HSL color Cylindrical-coordinate representation of color #CCE429: hue angle of 67.7º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCE429 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.11 |
| HSL | 67.7º | 0.78% | 0.53% | - |
| HSV(B) | 67.7º | 0.82% | 0.89% | - |
| XYZ | 53.05 | 68.48 | 12.52 | - |
| YUV | 199.51 | 38.55 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 41 | 0.11 | 0 | 0.82 | 0.11 | 67.7 | 0.78 | 0.53 |
| Hex | CC | E4 | 29 | B | 0 | 52 | B | 44 | 4E | 35 |
| Octal | 314 | 344 | 51 | 13 | 0 | 122 | 13 | 104 | 116 | 65 |
| Binary | 11001100 | 11100100 | 101001 | 1011 | 0 | 1010010 | 1011 | 1000100 | 1001110 | 110101 |
Color Harmonies of #CCE429
Complementary color
Monochromatic Colors of #CCE429
Black with #CCE429
Text Example
Text Example
White with #CCE429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE429; }
p { color: rgb(204,228,41); }
H1.HeaderClassName
{
color: #CCE429;
}
.AnyTagClassName
{
color: #CCE429;
}
</style>
background-color css
<style>
a { background-color: #CCE429; }
a { background-color: rgb(204,228,41); }
div.DivClassName
{
background-color: #CCE429;
}
.BgClassName
{
background-color: #CCE429;
}
</style>
border-color css
<style>
span { border-color: #CCE429; }
span { border-color: rgb(204,228,41); }
td.TdClassName
{
border-color: #CCE429;
}
.TagClassName
{
border-color: #CCE429;
}
</style>