Shades of Pear #CCF945
Tints of Pear #CCF945
RGB
CMYK
RGB Variations
Color information
#CCF945 (or 0xCCF945) is known color: Pear. HEX triplet: CC, F9 and 45. RGB value is (204,249,69). Sum of RGB (Red+Green+Blue) = 204+249+69=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 69 (27.34% from 255 or 13.22% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF945 is #3306BA. Grayscale: #D7D7D7. Windows color (decimal): -3344059 or 4585932. OLE color: 4585932.
HSL color Cylindrical-coordinate representation of color #CCF945: hue angle of 75º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF945 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 69 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.02 |
| HSL | 75º | 0.94% | 0.62% | - |
| HSV(B) | 75º | 0.72% | 0.98% | - |
| XYZ | 59.85 | 81.02 | 18.11 | - |
| YUV | 215.03 | 45.59 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 69 | 0.18 | 0 | 0.72 | 0.02 | 75 | 0.94 | 0.62 |
| Hex | CC | F9 | 45 | 12 | 0 | 48 | 2 | 4B | 5E | 3E |
| Octal | 314 | 371 | 105 | 22 | 0 | 110 | 2 | 113 | 136 | 76 |
| Binary | 11001100 | 11111001 | 1000101 | 10010 | 0 | 1001000 | 10 | 1001011 | 1011110 | 111110 |
Color Harmonies of #CCF945
Complementary color
Monochromatic Colors of #CCF945
Black with #CCF945
Text Example
Text Example
White with #CCF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF945; }
p { color: rgb(204,249,69); }
H1.HeaderClassName
{
color: #CCF945;
}
.AnyTagClassName
{
color: #CCF945;
}
</style>
background-color css
<style>
a { background-color: #CCF945; }
a { background-color: rgb(204,249,69); }
div.DivClassName
{
background-color: #CCF945;
}
.BgClassName
{
background-color: #CCF945;
}
</style>
border-color css
<style>
span { border-color: #CCF945; }
span { border-color: rgb(204,249,69); }
td.TdClassName
{
border-color: #CCF945;
}
.TagClassName
{
border-color: #CCF945;
}
</style>