Shades of Pear #CCF22E
Tints of Pear #CCF22E
RGB
CMYK
RGB Variations
Color information
#CCF22E (or 0xCCF22E) is known color: Pear. HEX triplet: CC, F2 and 2E. RGB value is (204,242,46). Sum of RGB (Red+Green+Blue) = 204+242+46=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 242 (94.92% from 255 or 49.19% from 492); Blue value is 46 (18.36% from 255 or 9.35% from 492); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF22E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF22E is #330DD1. Grayscale: #D1D1D1. Windows color (decimal): -3345874 or 3076812. OLE color: 3076812.
HSL color Cylindrical-coordinate representation of color #CCF22E: hue angle of 71.63º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF22E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 46 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.05 |
| HSL | 71.63º | 0.88% | 0.56% | - |
| HSV(B) | 71.63º | 0.81% | 0.95% | - |
| XYZ | 57.15 | 76.54 | 14.35 | - |
| YUV | 208.29 | 36.41 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 46 | 0.16 | 0 | 0.81 | 0.05 | 71.63 | 0.88 | 0.56 |
| Hex | CC | F2 | 2E | 10 | 0 | 51 | 5 | 48 | 58 | 38 |
| Octal | 314 | 362 | 56 | 20 | 0 | 121 | 5 | 110 | 130 | 70 |
| Binary | 11001100 | 11110010 | 101110 | 10000 | 0 | 1010001 | 101 | 1001000 | 1011000 | 111000 |
Color Harmonies of #CCF22E
Complementary color
Monochromatic Colors of #CCF22E
Black with #CCF22E
Text Example
Text Example
White with #CCF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF22E; }
p { color: rgb(204,242,46); }
H1.HeaderClassName
{
color: #CCF22E;
}
.AnyTagClassName
{
color: #CCF22E;
}
</style>
background-color css
<style>
a { background-color: #CCF22E; }
a { background-color: rgb(204,242,46); }
div.DivClassName
{
background-color: #CCF22E;
}
.BgClassName
{
background-color: #CCF22E;
}
</style>
border-color css
<style>
span { border-color: #CCF22E; }
span { border-color: rgb(204,242,46); }
td.TdClassName
{
border-color: #CCF22E;
}
.TagClassName
{
border-color: #CCF22E;
}
</style>