Shades of Pear #CCE934
Tints of Pear #CCE934
RGB
CMYK
RGB Variations
Color information
#CCE934 (or 0xCCE934) is known color: Pear. HEX triplet: CC, E9 and 34. RGB value is (204,233,52). Sum of RGB (Red+Green+Blue) = 204+233+52=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 233 (91.41% from 255 or 47.65% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE934 is #3316CB. Grayscale: #CCCCCC. Windows color (decimal): -3348172 or 3467724. OLE color: 3467724.
HSL color Cylindrical-coordinate representation of color #CCE934: hue angle of 69.61º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCE934 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 52 | - |
| CMYK | 0.12 | 0 | 0.78 | 0.09 |
| HSL | 69.61º | 0.8% | 0.56% | - |
| HSV(B) | 69.61º | 0.78% | 0.91% | - |
| XYZ | 54.66 | 71.36 | 14.14 | - |
| YUV | 203.7 | 42.39 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 52 | 0.12 | 0 | 0.78 | 0.09 | 69.61 | 0.8 | 0.56 |
| Hex | CC | E9 | 34 | C | 0 | 4E | 9 | 46 | 50 | 38 |
| Octal | 314 | 351 | 64 | 14 | 0 | 116 | 11 | 106 | 120 | 70 |
| Binary | 11001100 | 11101001 | 110100 | 1100 | 0 | 1001110 | 1001 | 1000110 | 1010000 | 111000 |
Color Harmonies of #CCE934
Complementary color
Monochromatic Colors of #CCE934
Black with #CCE934
Text Example
Text Example
White with #CCE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE934; }
p { color: rgb(204,233,52); }
H1.HeaderClassName
{
color: #CCE934;
}
.AnyTagClassName
{
color: #CCE934;
}
</style>
background-color css
<style>
a { background-color: #CCE934; }
a { background-color: rgb(204,233,52); }
div.DivClassName
{
background-color: #CCE934;
}
.BgClassName
{
background-color: #CCE934;
}
</style>
border-color css
<style>
span { border-color: #CCE934; }
span { border-color: rgb(204,233,52); }
td.TdClassName
{
border-color: #CCE934;
}
.TagClassName
{
border-color: #CCE934;
}
</style>