Shades of Pear #CCF329
Tints of Pear #CCF329
RGB
CMYK
RGB Variations
Color information
#CCF329 (or 0xCCF329) is known color: Pear. HEX triplet: CC, F3 and 29. RGB value is (204,243,41). Sum of RGB (Red+Green+Blue) = 204+243+41=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 41 (16.41% from 255 or 8.40% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF329 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF329 is #330CD6. Grayscale: #D1D1D1. Windows color (decimal): -3345623 or 2749388. OLE color: 2749388.
HSL color Cylindrical-coordinate representation of color #CCF329: hue angle of 71.58º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCF329 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 41 | - |
| CMYK | 0.16 | 0 | 0.83 | 0.05 |
| HSL | 71.58º | 0.89% | 0.56% | - |
| HSV(B) | 71.58º | 0.83% | 0.95% | - |
| XYZ | 57.35 | 77.1 | 13.96 | - |
| YUV | 208.31 | 33.58 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 41 | 0.16 | 0 | 0.83 | 0.05 | 71.58 | 0.89 | 0.56 |
| Hex | CC | F3 | 29 | 10 | 0 | 53 | 5 | 48 | 59 | 38 |
| Octal | 314 | 363 | 51 | 20 | 0 | 123 | 5 | 110 | 131 | 70 |
| Binary | 11001100 | 11110011 | 101001 | 10000 | 0 | 1010011 | 101 | 1001000 | 1011001 | 111000 |
Color Harmonies of #CCF329
Complementary color
Monochromatic Colors of #CCF329
Black with #CCF329
Text Example
Text Example
White with #CCF329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF329; }
p { color: rgb(204,243,41); }
H1.HeaderClassName
{
color: #CCF329;
}
.AnyTagClassName
{
color: #CCF329;
}
</style>
background-color css
<style>
a { background-color: #CCF329; }
a { background-color: rgb(204,243,41); }
div.DivClassName
{
background-color: #CCF329;
}
.BgClassName
{
background-color: #CCF329;
}
</style>
border-color css
<style>
span { border-color: #CCF329; }
span { border-color: rgb(204,243,41); }
td.TdClassName
{
border-color: #CCF329;
}
.TagClassName
{
border-color: #CCF329;
}
</style>