Shades of Pear #CCF048
Tints of Pear #CCF048
RGB
CMYK
RGB Variations
Color information
#CCF048 (or 0xCCF048) is known color: Pear. HEX triplet: CC, F0 and 48. RGB value is (204,240,72). Sum of RGB (Red+Green+Blue) = 204+240+72=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 72 (28.52% from 255 or 13.95% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF048 is #330FB7. Grayscale: #D2D2D2. Windows color (decimal): -3346360 or 4780236. OLE color: 4780236.
HSL color Cylindrical-coordinate representation of color #CCF048: hue angle of 72.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF048 is Cyan = 0.15, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 72 | - |
| CMYK | 0.15 | 0 | 0.7 | 0.06 |
| HSL | 72.86º | 0.85% | 0.61% | - |
| HSV(B) | 72.86º | 0.7% | 0.94% | - |
| XYZ | 57.23 | 75.63 | 17.71 | - |
| YUV | 210.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 72 | 0.15 | 0 | 0.7 | 0.06 | 72.86 | 0.85 | 0.61 |
| Hex | CC | F0 | 48 | F | 0 | 46 | 6 | 49 | 55 | 3D |
| Octal | 314 | 360 | 110 | 17 | 0 | 106 | 6 | 111 | 125 | 75 |
| Binary | 11001100 | 11110000 | 1001000 | 1111 | 0 | 1000110 | 110 | 1001001 | 1010101 | 111101 |
Color Harmonies of #CCF048
Complementary color
Monochromatic Colors of #CCF048
Black with #CCF048
Text Example
Text Example
White with #CCF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF048; }
p { color: rgb(204,240,72); }
H1.HeaderClassName
{
color: #CCF048;
}
.AnyTagClassName
{
color: #CCF048;
}
</style>
background-color css
<style>
a { background-color: #CCF048; }
a { background-color: rgb(204,240,72); }
div.DivClassName
{
background-color: #CCF048;
}
.BgClassName
{
background-color: #CCF048;
}
</style>
border-color css
<style>
span { border-color: #CCF048; }
span { border-color: rgb(204,240,72); }
td.TdClassName
{
border-color: #CCF048;
}
.TagClassName
{
border-color: #CCF048;
}
</style>