Shades of Pear #CCE425
Tints of Pear #CCE425
RGB
CMYK
RGB Variations
Color information
#CCE425 (or 0xCCE425) is known color: Pear. HEX triplet: CC, E4 and 25. RGB value is (204,228,37). Sum of RGB (Red+Green+Blue) = 204+228+37=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 228 (89.45% from 255 or 48.61% from 469); Blue value is 37 (14.84% from 255 or 7.89% from 469); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE425 is #331BDA. Grayscale: #C7C7C7. Windows color (decimal): -3349467 or 2483404. OLE color: 2483404.
HSL color Cylindrical-coordinate representation of color #CCE425: hue angle of 67.54º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE425 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 228 | 37 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.11 |
| HSL | 67.54º | 0.78% | 0.52% | - |
| HSV(B) | 67.54º | 0.84% | 0.89% | - |
| XYZ | 52.98 | 68.46 | 12.17 | - |
| YUV | 199.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 228 | 37 | 0.11 | 0 | 0.84 | 0.11 | 67.54 | 0.78 | 0.52 |
| Hex | CC | E4 | 25 | B | 0 | 54 | B | 44 | 4E | 34 |
| Octal | 314 | 344 | 45 | 13 | 0 | 124 | 13 | 104 | 116 | 64 |
| Binary | 11001100 | 11100100 | 100101 | 1011 | 0 | 1010100 | 1011 | 1000100 | 1001110 | 110100 |
Color Harmonies of #CCE425
Complementary color
Monochromatic Colors of #CCE425
Black with #CCE425
Text Example
Text Example
White with #CCE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE425; }
p { color: rgb(204,228,37); }
H1.HeaderClassName
{
color: #CCE425;
}
.AnyTagClassName
{
color: #CCE425;
}
</style>
background-color css
<style>
a { background-color: #CCE425; }
a { background-color: rgb(204,228,37); }
div.DivClassName
{
background-color: #CCE425;
}
.BgClassName
{
background-color: #CCE425;
}
</style>
border-color css
<style>
span { border-color: #CCE425; }
span { border-color: rgb(204,228,37); }
td.TdClassName
{
border-color: #CCE425;
}
.TagClassName
{
border-color: #CCE425;
}
</style>