Shades of Pear #CCF428
Tints of Pear #CCF428
RGB
CMYK
RGB Variations
Color information
#CCF428 (or 0xCCF428) is known color: Pear. HEX triplet: CC, F4 and 28. RGB value is (204,244,40). Sum of RGB (Red+Green+Blue) = 204+244+40=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF428 is #330BD7. Grayscale: #D1D1D1. Windows color (decimal): -3345368 or 2684108. OLE color: 2684108.
HSL color Cylindrical-coordinate representation of color #CCF428: hue angle of 71.76º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF428 is Cyan = 0.16, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 40 | - |
| CMYK | 0.16 | 0 | 0.84 | 0.04 |
| HSL | 71.76º | 0.9% | 0.56% | - |
| HSV(B) | 71.76º | 0.84% | 0.96% | - |
| XYZ | 57.64 | 77.69 | 13.97 | - |
| YUV | 208.78 | 32.75 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 40 | 0.16 | 0 | 0.84 | 0.04 | 71.76 | 0.9 | 0.56 |
| Hex | CC | F4 | 28 | 10 | 0 | 54 | 4 | 48 | 5A | 38 |
| Octal | 314 | 364 | 50 | 20 | 0 | 124 | 4 | 110 | 132 | 70 |
| Binary | 11001100 | 11110100 | 101000 | 10000 | 0 | 1010100 | 100 | 1001000 | 1011010 | 111000 |
Color Harmonies of #CCF428
Complementary color
Monochromatic Colors of #CCF428
Black with #CCF428
Text Example
Text Example
White with #CCF428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF428; }
p { color: rgb(204,244,40); }
H1.HeaderClassName
{
color: #CCF428;
}
.AnyTagClassName
{
color: #CCF428;
}
</style>
background-color css
<style>
a { background-color: #CCF428; }
a { background-color: rgb(204,244,40); }
div.DivClassName
{
background-color: #CCF428;
}
.BgClassName
{
background-color: #CCF428;
}
</style>
border-color css
<style>
span { border-color: #CCF428; }
span { border-color: rgb(204,244,40); }
td.TdClassName
{
border-color: #CCF428;
}
.TagClassName
{
border-color: #CCF428;
}
</style>