Shades of Pear #CCEB32
Tints of Pear #CCEB32
RGB
CMYK
RGB Variations
Color information
#CCEB32 (or 0xCCEB32) is known color: Pear. HEX triplet: CC, EB and 32. RGB value is (204,235,50). Sum of RGB (Red+Green+Blue) = 204+235+50=489 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.72% from 489); Green value is 235 (92.19% from 255 or 48.06% from 489); Blue value is 50 (19.92% from 255 or 10.22% from 489); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEB32 is #3314CD. Grayscale: #CDCDCD. Windows color (decimal): -3347662 or 3337164. OLE color: 3337164.
HSL color Cylindrical-coordinate representation of color #CCEB32: hue angle of 70.05º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCEB32 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 50 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.08 |
| HSL | 70.05º | 0.82% | 0.56% | - |
| HSV(B) | 70.05º | 0.79% | 0.92% | - |
| XYZ | 55.19 | 72.48 | 14.1 | - |
| YUV | 204.64 | 40.73 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 50 | 0.13 | 0 | 0.79 | 0.08 | 70.05 | 0.82 | 0.56 |
| Hex | CC | EB | 32 | D | 0 | 4F | 8 | 46 | 52 | 38 |
| Octal | 314 | 353 | 62 | 15 | 0 | 117 | 10 | 106 | 122 | 70 |
| Binary | 11001100 | 11101011 | 110010 | 1101 | 0 | 1001111 | 1000 | 1000110 | 1010010 | 111000 |
Color Harmonies of #CCEB32
Complementary color
Monochromatic Colors of #CCEB32
Black with #CCEB32
Text Example
Text Example
White with #CCEB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEB32; }
p { color: rgb(204,235,50); }
H1.HeaderClassName
{
color: #CCEB32;
}
.AnyTagClassName
{
color: #CCEB32;
}
</style>
background-color css
<style>
a { background-color: #CCEB32; }
a { background-color: rgb(204,235,50); }
div.DivClassName
{
background-color: #CCEB32;
}
.BgClassName
{
background-color: #CCEB32;
}
</style>
border-color css
<style>
span { border-color: #CCEB32; }
span { border-color: rgb(204,235,50); }
td.TdClassName
{
border-color: #CCEB32;
}
.TagClassName
{
border-color: #CCEB32;
}
</style>