Shades of Pear #CCF222
Tints of Pear #CCF222
RGB
CMYK
RGB Variations
Color information
#CCF222 (or 0xCCF222) is known color: Pear. HEX triplet: CC, F2 and 22. RGB value is (204,242,34). Sum of RGB (Red+Green+Blue) = 204+242+34=480 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.5% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 34 (13.67% from 255 or 7.08% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF222 is #330DDD. Grayscale: #CFCFCF. Windows color (decimal): -3345886 or 2290380. OLE color: 2290380.
HSL color Cylindrical-coordinate representation of color #CCF222: hue angle of 70.96º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF222 is Cyan = 0.16, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 34 | - |
| CMYK | 0.16 | 0 | 0.86 | 0.05 |
| HSL | 70.96º | 0.89% | 0.54% | - |
| HSV(B) | 70.96º | 0.86% | 0.95% | - |
| XYZ | 56.94 | 76.46 | 13.27 | - |
| YUV | 206.93 | 30.41 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 34 | 0.16 | 0 | 0.86 | 0.05 | 70.96 | 0.89 | 0.54 |
| Hex | CC | F2 | 22 | 10 | 0 | 56 | 5 | 47 | 59 | 36 |
| Octal | 314 | 362 | 42 | 20 | 0 | 126 | 5 | 107 | 131 | 66 |
| Binary | 11001100 | 11110010 | 100010 | 10000 | 0 | 1010110 | 101 | 1000111 | 1011001 | 110110 |
Color Harmonies of #CCF222
Complementary color
Monochromatic Colors of #CCF222
Black with #CCF222
Text Example
Text Example
White with #CCF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF222; }
p { color: rgb(204,242,34); }
H1.HeaderClassName
{
color: #CCF222;
}
.AnyTagClassName
{
color: #CCF222;
}
</style>
background-color css
<style>
a { background-color: #CCF222; }
a { background-color: rgb(204,242,34); }
div.DivClassName
{
background-color: #CCF222;
}
.BgClassName
{
background-color: #CCF222;
}
</style>
border-color css
<style>
span { border-color: #CCF222; }
span { border-color: rgb(204,242,34); }
td.TdClassName
{
border-color: #CCF222;
}
.TagClassName
{
border-color: #CCF222;
}
</style>