Shades of Pear #CCF640
Tints of Pear #CCF640
RGB
CMYK
RGB Variations
Color information
#CCF640 (or 0xCCF640) is known color: Pear. HEX triplet: CC, F6 and 40. RGB value is (204,246,64). Sum of RGB (Red+Green+Blue) = 204+246+64=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 246 (96.48% from 255 or 47.86% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF640 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF640 is #3309BF. Grayscale: #D5D5D5. Windows color (decimal): -3344832 or 4257484. OLE color: 4257484.
HSL color Cylindrical-coordinate representation of color #CCF640: hue angle of 73.85º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF640 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 246 | 64 | - |
| CMYK | 0.17 | 0 | 0.74 | 0.04 |
| HSL | 73.85º | 0.91% | 0.61% | - |
| HSV(B) | 73.85º | 0.74% | 0.96% | - |
| XYZ | 58.78 | 79.12 | 17.02 | - |
| YUV | 212.69 | 44.09 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 246 | 64 | 0.17 | 0 | 0.74 | 0.04 | 73.85 | 0.91 | 0.61 |
| Hex | CC | F6 | 40 | 11 | 0 | 4A | 4 | 4A | 5B | 3D |
| Octal | 314 | 366 | 100 | 21 | 0 | 112 | 4 | 112 | 133 | 75 |
| Binary | 11001100 | 11110110 | 1000000 | 10001 | 0 | 1001010 | 100 | 1001010 | 1011011 | 111101 |
Color Harmonies of #CCF640
Complementary color
Monochromatic Colors of #CCF640
Black with #CCF640
Text Example
Text Example
White with #CCF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF640; }
p { color: rgb(204,246,64); }
H1.HeaderClassName
{
color: #CCF640;
}
.AnyTagClassName
{
color: #CCF640;
}
</style>
background-color css
<style>
a { background-color: #CCF640; }
a { background-color: rgb(204,246,64); }
div.DivClassName
{
background-color: #CCF640;
}
.BgClassName
{
background-color: #CCF640;
}
</style>
border-color css
<style>
span { border-color: #CCF640; }
span { border-color: rgb(204,246,64); }
td.TdClassName
{
border-color: #CCF640;
}
.TagClassName
{
border-color: #CCF640;
}
</style>