Shades of Pear #CCE428
Tints of Pear #CCE428
RGB
CMYK
RGB Variations
Color information
#CCE428 (or 0xCCE428) is known color: Pear. HEX triplet: CC, E4 and 28. RGB value is (204,228,40). Sum of RGB (Red+Green+Blue) = 204+228+40=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 228 (89.45% from 255 or 48.31% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE428 is #331BD7. Grayscale: #C8C8C8. Windows color (decimal): -3349464 or 2680012. OLE color: 2680012.
HSL color Cylindrical-coordinate representation of color #CCE428: hue angle of 67.66º 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 #CCE428 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 40 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.11 |
| HSL | 67.66º | 0.78% | 0.53% | - |
| HSV(B) | 67.66º | 0.82% | 0.89% | - |
| XYZ | 53.03 | 68.48 | 12.43 | - |
| YUV | 199.39 | 38.05 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 40 | 0.11 | 0 | 0.82 | 0.11 | 67.66 | 0.78 | 0.53 |
| Hex | CC | E4 | 28 | B | 0 | 52 | B | 44 | 4E | 35 |
| Octal | 314 | 344 | 50 | 13 | 0 | 122 | 13 | 104 | 116 | 65 |
| Binary | 11001100 | 11100100 | 101000 | 1011 | 0 | 1010010 | 1011 | 1000100 | 1001110 | 110101 |
Color Harmonies of #CCE428
Complementary color
Monochromatic Colors of #CCE428
Black with #CCE428
Text Example
Text Example
White with #CCE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE428; }
p { color: rgb(204,228,40); }
H1.HeaderClassName
{
color: #CCE428;
}
.AnyTagClassName
{
color: #CCE428;
}
</style>
background-color css
<style>
a { background-color: #CCE428; }
a { background-color: rgb(204,228,40); }
div.DivClassName
{
background-color: #CCE428;
}
.BgClassName
{
background-color: #CCE428;
}
</style>
border-color css
<style>
span { border-color: #CCE428; }
span { border-color: rgb(204,228,40); }
td.TdClassName
{
border-color: #CCE428;
}
.TagClassName
{
border-color: #CCE428;
}
</style>