Shades of Pear #CCF44D
Tints of Pear #CCF44D
RGB
CMYK
RGB Variations
Color information
#CCF44D (or 0xCCF44D) is known color: Pear. HEX triplet: CC, F4 and 4D. RGB value is (204,244,77). Sum of RGB (Red+Green+Blue) = 204+244+77=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 244 (95.70% from 255 or 46.48% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF44D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF44D is #330BB2. Grayscale: #D5D5D5. Windows color (decimal): -3345331 or 5108940. OLE color: 5108940.
HSL color Cylindrical-coordinate representation of color #CCF44D: hue angle of 74.37º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCF44D is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 77 | - |
| CMYK | 0.16 | 0 | 0.68 | 0.04 |
| HSL | 74.37º | 0.88% | 0.63% | - |
| HSV(B) | 74.37º | 0.68% | 0.96% | - |
| XYZ | 58.59 | 78.07 | 19 | - |
| YUV | 213 | 51.25 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 77 | 0.16 | 0 | 0.68 | 0.04 | 74.37 | 0.88 | 0.63 |
| Hex | CC | F4 | 4D | 10 | 0 | 44 | 4 | 4A | 58 | 3F |
| Octal | 314 | 364 | 115 | 20 | 0 | 104 | 4 | 112 | 130 | 77 |
| Binary | 11001100 | 11110100 | 1001101 | 10000 | 0 | 1000100 | 100 | 1001010 | 1011000 | 111111 |
Color Harmonies of #CCF44D
Complementary color
Monochromatic Colors of #CCF44D
Black with #CCF44D
Text Example
Text Example
White with #CCF44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF44D; }
p { color: rgb(204,244,77); }
H1.HeaderClassName
{
color: #CCF44D;
}
.AnyTagClassName
{
color: #CCF44D;
}
</style>
background-color css
<style>
a { background-color: #CCF44D; }
a { background-color: rgb(204,244,77); }
div.DivClassName
{
background-color: #CCF44D;
}
.BgClassName
{
background-color: #CCF44D;
}
</style>
border-color css
<style>
span { border-color: #CCF44D; }
span { border-color: rgb(204,244,77); }
td.TdClassName
{
border-color: #CCF44D;
}
.TagClassName
{
border-color: #CCF44D;
}
</style>