Shades of Pear #CCE134
Tints of Pear #CCE134
RGB
CMYK
RGB Variations
Color information
#CCE134 (or 0xCCE134) is known color: Pear. HEX triplet: CC, E1 and 34. RGB value is (204,225,52). Sum of RGB (Red+Green+Blue) = 204+225+52=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE134 is #331ECB. Grayscale: #C7C7C7. Windows color (decimal): -3350220 or 3465676. OLE color: 3465676.
HSL color Cylindrical-coordinate representation of color #CCE134: hue angle of 67.28º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCE134 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 52 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.12 |
| HSL | 67.28º | 0.74% | 0.54% | - |
| HSV(B) | 67.28º | 0.77% | 0.88% | - |
| XYZ | 52.45 | 66.94 | 13.4 | - |
| YUV | 199 | 45.04 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 52 | 0.09 | 0 | 0.77 | 0.12 | 67.28 | 0.74 | 0.54 |
| Hex | CC | E1 | 34 | 9 | 0 | 4D | C | 43 | 4A | 36 |
| Octal | 314 | 341 | 64 | 11 | 0 | 115 | 14 | 103 | 112 | 66 |
| Binary | 11001100 | 11100001 | 110100 | 1001 | 0 | 1001101 | 1100 | 1000011 | 1001010 | 110110 |
Color Harmonies of #CCE134
Complementary color
Monochromatic Colors of #CCE134
Black with #CCE134
Text Example
Text Example
White with #CCE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE134; }
p { color: rgb(204,225,52); }
H1.HeaderClassName
{
color: #CCE134;
}
.AnyTagClassName
{
color: #CCE134;
}
</style>
background-color css
<style>
a { background-color: #CCE134; }
a { background-color: rgb(204,225,52); }
div.DivClassName
{
background-color: #CCE134;
}
.BgClassName
{
background-color: #CCE134;
}
</style>
border-color css
<style>
span { border-color: #CCE134; }
span { border-color: rgb(204,225,52); }
td.TdClassName
{
border-color: #CCE134;
}
.TagClassName
{
border-color: #CCE134;
}
</style>