Shades of Pear #CCEA32
Tints of Pear #CCEA32
RGB
CMYK
RGB Variations
Color information
#CCEA32 (or 0xCCEA32) is known color: Pear. HEX triplet: CC, EA and 32. RGB value is (204,234,50). Sum of RGB (Red+Green+Blue) = 204+234+50=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 50 (19.92% from 255 or 10.25% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA32 is #3315CD. Grayscale: #CCCCCC. Windows color (decimal): -3347918 or 3336908. OLE color: 3336908.
HSL color Cylindrical-coordinate representation of color #CCEA32: hue angle of 69.78º degrees, saturation: 0.81, 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 #CCEA32 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 50 | - |
| CMYK | 0.13 | 0 | 0.79 | 0.08 |
| HSL | 69.78º | 0.81% | 0.56% | - |
| HSV(B) | 69.78º | 0.79% | 0.92% | - |
| XYZ | 54.9 | 71.91 | 14 | - |
| YUV | 204.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 50 | 0.13 | 0 | 0.79 | 0.08 | 69.78 | 0.81 | 0.56 |
| Hex | CC | EA | 32 | D | 0 | 4F | 8 | 46 | 51 | 38 |
| Octal | 314 | 352 | 62 | 15 | 0 | 117 | 10 | 106 | 121 | 70 |
| Binary | 11001100 | 11101010 | 110010 | 1101 | 0 | 1001111 | 1000 | 1000110 | 1010001 | 111000 |
Color Harmonies of #CCEA32
Complementary color
Monochromatic Colors of #CCEA32
Black with #CCEA32
Text Example
Text Example
White with #CCEA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEA32; }
p { color: rgb(204,234,50); }
H1.HeaderClassName
{
color: #CCEA32;
}
.AnyTagClassName
{
color: #CCEA32;
}
</style>
background-color css
<style>
a { background-color: #CCEA32; }
a { background-color: rgb(204,234,50); }
div.DivClassName
{
background-color: #CCEA32;
}
.BgClassName
{
background-color: #CCEA32;
}
</style>
border-color css
<style>
span { border-color: #CCEA32; }
span { border-color: rgb(204,234,50); }
td.TdClassName
{
border-color: #CCEA32;
}
.TagClassName
{
border-color: #CCEA32;
}
</style>