Shades of Pear #CCE42D
Tints of Pear #CCE42D
RGB
CMYK
RGB Variations
Color information
#CCE42D (or 0xCCE42D) is known color: Pear. HEX triplet: CC, E4 and 2D. RGB value is (204,228,45). Sum of RGB (Red+Green+Blue) = 204+228+45=477 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.77% from 477); Green value is 228 (89.45% from 255 or 47.80% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE42D is #331BD2. Grayscale: #C8C8C8. Windows color (decimal): -3349459 or 3007692. OLE color: 3007692.
HSL color Cylindrical-coordinate representation of color #CCE42D: hue angle of 67.87º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE42D is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 45 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.11 |
| HSL | 67.87º | 0.77% | 0.54% | - |
| HSV(B) | 67.87º | 0.8% | 0.89% | - |
| XYZ | 53.12 | 68.51 | 12.91 | - |
| YUV | 199.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 45 | 0.11 | 0 | 0.80 | 0.11 | 67.87 | 0.77 | 0.54 |
| Hex | CC | E4 | 2D | B | 0 | 50 | B | 44 | 4D | 36 |
| Octal | 314 | 344 | 55 | 13 | 0 | 120 | 13 | 104 | 115 | 66 |
| Binary | 11001100 | 11100100 | 101101 | 1011 | 0 | 1010000 | 1011 | 1000100 | 1001101 | 110110 |
Color Harmonies of #CCE42D
Complementary color
Monochromatic Colors of #CCE42D
Black with #CCE42D
Text Example
Text Example
White with #CCE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE42D; }
p { color: rgb(204,228,45); }
H1.HeaderClassName
{
color: #CCE42D;
}
.AnyTagClassName
{
color: #CCE42D;
}
</style>
background-color css
<style>
a { background-color: #CCE42D; }
a { background-color: rgb(204,228,45); }
div.DivClassName
{
background-color: #CCE42D;
}
.BgClassName
{
background-color: #CCE42D;
}
</style>
border-color css
<style>
span { border-color: #CCE42D; }
span { border-color: rgb(204,228,45); }
td.TdClassName
{
border-color: #CCE42D;
}
.TagClassName
{
border-color: #CCE42D;
}
</style>