Shades of Pear #CCF44C
Tints of Pear #CCF44C
RGB
CMYK
RGB Variations
Color information
#CCF44C (or 0xCCF44C) is known color: Pear. HEX triplet: CC, F4 and 4C. RGB value is (204,244,76). Sum of RGB (Red+Green+Blue) = 204+244+76=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 76 (30.08% from 255 or 14.50% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF44C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF44C is #330BB3. Grayscale: #D5D5D5. Windows color (decimal): -3345332 or 5043404. OLE color: 5043404.
HSL color Cylindrical-coordinate representation of color #CCF44C: hue angle of 74.29º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCF44C is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 76 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.04 |
| HSL | 74.29º | 0.88% | 0.63% | - |
| HSV(B) | 74.29º | 0.69% | 0.96% | - |
| XYZ | 58.56 | 78.06 | 18.82 | - |
| YUV | 212.89 | 50.75 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 76 | 0.16 | 0 | 0.69 | 0.04 | 74.29 | 0.88 | 0.63 |
| Hex | CC | F4 | 4C | 10 | 0 | 45 | 4 | 4A | 58 | 3F |
| Octal | 314 | 364 | 114 | 20 | 0 | 105 | 4 | 112 | 130 | 77 |
| Binary | 11001100 | 11110100 | 1001100 | 10000 | 0 | 1000101 | 100 | 1001010 | 1011000 | 111111 |
Color Harmonies of #CCF44C
Complementary color
Monochromatic Colors of #CCF44C
Black with #CCF44C
Text Example
Text Example
White with #CCF44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF44C; }
p { color: rgb(204,244,76); }
H1.HeaderClassName
{
color: #CCF44C;
}
.AnyTagClassName
{
color: #CCF44C;
}
</style>
background-color css
<style>
a { background-color: #CCF44C; }
a { background-color: rgb(204,244,76); }
div.DivClassName
{
background-color: #CCF44C;
}
.BgClassName
{
background-color: #CCF44C;
}
</style>
border-color css
<style>
span { border-color: #CCF44C; }
span { border-color: rgb(204,244,76); }
td.TdClassName
{
border-color: #CCF44C;
}
.TagClassName
{
border-color: #CCF44C;
}
</style>