Shades of Pear #CCF645
Tints of Pear #CCF645
RGB
CMYK
RGB Variations
Color information
#CCF645 (or 0xCCF645) is known color: Pear. HEX triplet: CC, F6 and 45. RGB value is (204,246,69). Sum of RGB (Red+Green+Blue) = 204+246+69=519 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.31% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 69 (27.34% from 255 or 13.29% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF645 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF645 is #3309BA. Grayscale: #D5D5D5. Windows color (decimal): -3344827 or 4585164. OLE color: 4585164.
HSL color Cylindrical-coordinate representation of color #CCF645: hue angle of 74.24º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCF645 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.04 |
| HSL | 74.24º | 0.91% | 0.62% | - |
| HSV(B) | 74.24º | 0.72% | 0.96% | - |
| XYZ | 58.93 | 79.18 | 17.81 | - |
| YUV | 213.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 69 | 0.17 | 0 | 0.72 | 0.04 | 74.24 | 0.91 | 0.62 |
| Hex | CC | F6 | 45 | 11 | 0 | 48 | 4 | 4A | 5B | 3E |
| Octal | 314 | 366 | 105 | 21 | 0 | 110 | 4 | 112 | 133 | 76 |
| Binary | 11001100 | 11110110 | 1000101 | 10001 | 0 | 1001000 | 100 | 1001010 | 1011011 | 111110 |
Color Harmonies of #CCF645
Complementary color
Monochromatic Colors of #CCF645
Black with #CCF645
Text Example
Text Example
White with #CCF645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF645; }
p { color: rgb(204,246,69); }
H1.HeaderClassName
{
color: #CCF645;
}
.AnyTagClassName
{
color: #CCF645;
}
</style>
background-color css
<style>
a { background-color: #CCF645; }
a { background-color: rgb(204,246,69); }
div.DivClassName
{
background-color: #CCF645;
}
.BgClassName
{
background-color: #CCF645;
}
</style>
border-color css
<style>
span { border-color: #CCF645; }
span { border-color: rgb(204,246,69); }
td.TdClassName
{
border-color: #CCF645;
}
.TagClassName
{
border-color: #CCF645;
}
</style>