Shades of Pear #CCF548
Tints of Pear #CCF548
RGB
CMYK
RGB Variations
Color information
#CCF548 (or 0xCCF548) is known color: Pear. HEX triplet: CC, F5 and 48. RGB value is (204,245,72). Sum of RGB (Red+Green+Blue) = 204+245+72=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 245 (96.09% from 255 or 47.02% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF548 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF548 is #330AB7. Grayscale: #D5D5D5. Windows color (decimal): -3345080 or 4781516. OLE color: 4781516.
HSL color Cylindrical-coordinate representation of color #CCF548: hue angle of 74.22º degrees, saturation: 0.9, 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 #CCF548 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 72 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.04 |
| HSL | 74.22º | 0.9% | 0.62% | - |
| HSV(B) | 74.22º | 0.71% | 0.96% | - |
| XYZ | 58.72 | 78.61 | 18.21 | - |
| YUV | 213.02 | 48.42 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 72 | 0.17 | 0 | 0.71 | 0.04 | 74.22 | 0.9 | 0.62 |
| Hex | CC | F5 | 48 | 11 | 0 | 47 | 4 | 4A | 5A | 3E |
| Octal | 314 | 365 | 110 | 21 | 0 | 107 | 4 | 112 | 132 | 76 |
| Binary | 11001100 | 11110101 | 1001000 | 10001 | 0 | 1000111 | 100 | 1001010 | 1011010 | 111110 |
Color Harmonies of #CCF548
Complementary color
Monochromatic Colors of #CCF548
Black with #CCF548
Text Example
Text Example
White with #CCF548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF548; }
p { color: rgb(204,245,72); }
H1.HeaderClassName
{
color: #CCF548;
}
.AnyTagClassName
{
color: #CCF548;
}
</style>
background-color css
<style>
a { background-color: #CCF548; }
a { background-color: rgb(204,245,72); }
div.DivClassName
{
background-color: #CCF548;
}
.BgClassName
{
background-color: #CCF548;
}
</style>
border-color css
<style>
span { border-color: #CCF548; }
span { border-color: rgb(204,245,72); }
td.TdClassName
{
border-color: #CCF548;
}
.TagClassName
{
border-color: #CCF548;
}
</style>