Shades of Pear #CCE529
Tints of Pear #CCE529
RGB
CMYK
RGB Variations
Color information
#CCE529 (or 0xCCE529) is known color: Pear. HEX triplet: CC, E5 and 29. RGB value is (204,229,41). Sum of RGB (Red+Green+Blue) = 204+229+41=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 229 (89.84% from 255 or 48.31% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE529 is #331AD6. Grayscale: #C8C8C8. Windows color (decimal): -3349207 or 2745804. OLE color: 2745804.
HSL color Cylindrical-coordinate representation of color #CCE529: hue angle of 67.98º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCE529 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 229 | 41 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.10 |
| HSL | 67.98º | 0.78% | 0.53% | - |
| HSV(B) | 67.98º | 0.82% | 0.9% | - |
| XYZ | 53.32 | 69.04 | 12.61 | - |
| YUV | 200.09 | 38.22 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 229 | 41 | 0.11 | 0 | 0.82 | 0.10 | 67.98 | 0.78 | 0.53 |
| Hex | CC | E5 | 29 | B | 0 | 52 | A | 44 | 4E | 35 |
| Octal | 314 | 345 | 51 | 13 | 0 | 122 | 12 | 104 | 116 | 65 |
| Binary | 11001100 | 11100101 | 101001 | 1011 | 0 | 1010010 | 1010 | 1000100 | 1001110 | 110101 |
Color Harmonies of #CCE529
Complementary color
Monochromatic Colors of #CCE529
Black with #CCE529
Text Example
Text Example
White with #CCE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE529; }
p { color: rgb(204,229,41); }
H1.HeaderClassName
{
color: #CCE529;
}
.AnyTagClassName
{
color: #CCE529;
}
</style>
background-color css
<style>
a { background-color: #CCE529; }
a { background-color: rgb(204,229,41); }
div.DivClassName
{
background-color: #CCE529;
}
.BgClassName
{
background-color: #CCE529;
}
</style>
border-color css
<style>
span { border-color: #CCE529; }
span { border-color: rgb(204,229,41); }
td.TdClassName
{
border-color: #CCE529;
}
.TagClassName
{
border-color: #CCE529;
}
</style>