Shades of Pear #CCF648
Tints of Pear #CCF648
RGB
CMYK
RGB Variations
Color information
#CCF648 (or 0xCCF648) is known color: Pear. HEX triplet: CC, F6 and 48. RGB value is (204,246,72). Sum of RGB (Red+Green+Blue) = 204+246+72=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 246 (96.48% from 255 or 47.13% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF648 is #3309B7. Grayscale: #D6D6D6. Windows color (decimal): -3344824 or 4781772. OLE color: 4781772.
HSL color Cylindrical-coordinate representation of color #CCF648: hue angle of 74.48º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CCF648 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 72 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.04 |
| HSL | 74.48º | 0.91% | 0.62% | - |
| HSV(B) | 74.48º | 0.71% | 0.96% | - |
| XYZ | 59.03 | 79.22 | 18.31 | - |
| YUV | 213.61 | 48.09 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 72 | 0.17 | 0 | 0.71 | 0.04 | 74.48 | 0.91 | 0.62 |
| Hex | CC | F6 | 48 | 11 | 0 | 47 | 4 | 4A | 5B | 3E |
| Octal | 314 | 366 | 110 | 21 | 0 | 107 | 4 | 112 | 133 | 76 |
| Binary | 11001100 | 11110110 | 1001000 | 10001 | 0 | 1000111 | 100 | 1001010 | 1011011 | 111110 |
Color Harmonies of #CCF648
Complementary color
Monochromatic Colors of #CCF648
Black with #CCF648
Text Example
Text Example
White with #CCF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF648; }
p { color: rgb(204,246,72); }
H1.HeaderClassName
{
color: #CCF648;
}
.AnyTagClassName
{
color: #CCF648;
}
</style>
background-color css
<style>
a { background-color: #CCF648; }
a { background-color: rgb(204,246,72); }
div.DivClassName
{
background-color: #CCF648;
}
.BgClassName
{
background-color: #CCF648;
}
</style>
border-color css
<style>
span { border-color: #CCF648; }
span { border-color: rgb(204,246,72); }
td.TdClassName
{
border-color: #CCF648;
}
.TagClassName
{
border-color: #CCF648;
}
</style>