Shades of Pear #CCF332
Tints of Pear #CCF332
RGB
CMYK
RGB Variations
Color information
#CCF332 (or 0xCCF332) is known color: Pear. HEX triplet: CC, F3 and 32. RGB value is (204,243,50). Sum of RGB (Red+Green+Blue) = 204+243+50=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF332 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF332 is #330CCD. Grayscale: #D2D2D2. Windows color (decimal): -3345614 or 3339212. OLE color: 3339212.
HSL color Cylindrical-coordinate representation of color #CCF332: hue angle of 72.12º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCF332 is Cyan = 0.16, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 50 | - |
| CMYK | 0.16 | 0 | 0.79 | 0.05 |
| HSL | 72.12º | 0.89% | 0.57% | - |
| HSV(B) | 72.12º | 0.79% | 0.95% | - |
| XYZ | 57.53 | 77.17 | 14.88 | - |
| YUV | 209.34 | 38.08 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 50 | 0.16 | 0 | 0.79 | 0.05 | 72.12 | 0.89 | 0.57 |
| Hex | CC | F3 | 32 | 10 | 0 | 4F | 5 | 48 | 59 | 39 |
| Octal | 314 | 363 | 62 | 20 | 0 | 117 | 5 | 110 | 131 | 71 |
| Binary | 11001100 | 11110011 | 110010 | 10000 | 0 | 1001111 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CCF332
Complementary color
Monochromatic Colors of #CCF332
Black with #CCF332
Text Example
Text Example
White with #CCF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF332; }
p { color: rgb(204,243,50); }
H1.HeaderClassName
{
color: #CCF332;
}
.AnyTagClassName
{
color: #CCF332;
}
</style>
background-color css
<style>
a { background-color: #CCF332; }
a { background-color: rgb(204,243,50); }
div.DivClassName
{
background-color: #CCF332;
}
.BgClassName
{
background-color: #CCF332;
}
</style>
border-color css
<style>
span { border-color: #CCF332; }
span { border-color: rgb(204,243,50); }
td.TdClassName
{
border-color: #CCF332;
}
.TagClassName
{
border-color: #CCF332;
}
</style>