Shades of Pear #CCF22D
Tints of Pear #CCF22D
RGB
CMYK
RGB Variations
Color information
#CCF22D (or 0xCCF22D) is known color: Pear. HEX triplet: CC, F2 and 2D. RGB value is (204,242,45). Sum of RGB (Red+Green+Blue) = 204+242+45=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 45 (17.97% from 255 or 9.16% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF22D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF22D is #330DD2. Grayscale: #D0D0D0. Windows color (decimal): -3345875 or 3011276. OLE color: 3011276.
HSL color Cylindrical-coordinate representation of color #CCF22D: hue angle of 71.57º 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 #CCF22D is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 45 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.05 |
| HSL | 71.57º | 0.88% | 0.56% | - |
| HSV(B) | 71.57º | 0.81% | 0.95% | - |
| XYZ | 57.13 | 76.53 | 14.24 | - |
| YUV | 208.18 | 35.91 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 45 | 0.16 | 0 | 0.81 | 0.05 | 71.57 | 0.88 | 0.56 |
| Hex | CC | F2 | 2D | 10 | 0 | 51 | 5 | 48 | 58 | 38 |
| Octal | 314 | 362 | 55 | 20 | 0 | 121 | 5 | 110 | 130 | 70 |
| Binary | 11001100 | 11110010 | 101101 | 10000 | 0 | 1010001 | 101 | 1001000 | 1011000 | 111000 |
Color Harmonies of #CCF22D
Complementary color
Monochromatic Colors of #CCF22D
Black with #CCF22D
Text Example
Text Example
White with #CCF22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF22D; }
p { color: rgb(204,242,45); }
H1.HeaderClassName
{
color: #CCF22D;
}
.AnyTagClassName
{
color: #CCF22D;
}
</style>
background-color css
<style>
a { background-color: #CCF22D; }
a { background-color: rgb(204,242,45); }
div.DivClassName
{
background-color: #CCF22D;
}
.BgClassName
{
background-color: #CCF22D;
}
</style>
border-color css
<style>
span { border-color: #CCF22D; }
span { border-color: rgb(204,242,45); }
td.TdClassName
{
border-color: #CCF22D;
}
.TagClassName
{
border-color: #CCF22D;
}
</style>