Shades of Pear #CCE232
Tints of Pear #CCE232
RGB
CMYK
RGB Variations
Color information
#CCE232 (or 0xCCE232) is known color: Pear. HEX triplet: CC, E2 and 32. RGB value is (204,226,50). Sum of RGB (Red+Green+Blue) = 204+226+50=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 226 (88.67% from 255 or 47.08% from 480); Blue value is 50 (19.92% from 255 or 10.42% from 480); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE232 is #331DCD. Grayscale: #C8C8C8. Windows color (decimal): -3349966 or 3334860. OLE color: 3334860.
HSL color Cylindrical-coordinate representation of color #CCE232: hue angle of 67.5º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCE232 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 226 | 50 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.11 |
| HSL | 67.5º | 0.75% | 0.54% | - |
| HSV(B) | 67.5º | 0.78% | 0.89% | - |
| XYZ | 52.67 | 67.46 | 13.26 | - |
| YUV | 199.36 | 43.71 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 226 | 50 | 0.10 | 0 | 0.78 | 0.11 | 67.5 | 0.75 | 0.54 |
| Hex | CC | E2 | 32 | A | 0 | 4E | B | 44 | 4B | 36 |
| Octal | 314 | 342 | 62 | 12 | 0 | 116 | 13 | 104 | 113 | 66 |
| Binary | 11001100 | 11100010 | 110010 | 1010 | 0 | 1001110 | 1011 | 1000100 | 1001011 | 110110 |
Color Harmonies of #CCE232
Complementary color
Monochromatic Colors of #CCE232
Black with #CCE232
Text Example
Text Example
White with #CCE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE232; }
p { color: rgb(204,226,50); }
H1.HeaderClassName
{
color: #CCE232;
}
.AnyTagClassName
{
color: #CCE232;
}
</style>
background-color css
<style>
a { background-color: #CCE232; }
a { background-color: rgb(204,226,50); }
div.DivClassName
{
background-color: #CCE232;
}
.BgClassName
{
background-color: #CCE232;
}
</style>
border-color css
<style>
span { border-color: #CCE232; }
span { border-color: rgb(204,226,50); }
td.TdClassName
{
border-color: #CCE232;
}
.TagClassName
{
border-color: #CCE232;
}
</style>