Shades of Pear #CCF022
Tints of Pear #CCF022
RGB
CMYK
RGB Variations
Color information
#CCF022 (or 0xCCF022) is known color: Pear. HEX triplet: CC, F0 and 22. RGB value is (204,240,34). Sum of RGB (Red+Green+Blue) = 204+240+34=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 34 (13.67% from 255 or 7.11% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF022 is #330FDD. Grayscale: #CECECE. Windows color (decimal): -3346398 or 2289868. OLE color: 2289868.
HSL color Cylindrical-coordinate representation of color #CCF022: hue angle of 70.49º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF022 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 240 | 34 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.06 |
| HSL | 70.49º | 0.87% | 0.54% | - |
| HSV(B) | 70.49º | 0.86% | 0.94% | - |
| XYZ | 56.35 | 75.27 | 13.07 | - |
| YUV | 205.75 | 31.07 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 240 | 34 | 0.15 | 0 | 0.86 | 0.06 | 70.49 | 0.87 | 0.54 |
| Hex | CC | F0 | 22 | F | 0 | 56 | 6 | 46 | 57 | 36 |
| Octal | 314 | 360 | 42 | 17 | 0 | 126 | 6 | 106 | 127 | 66 |
| Binary | 11001100 | 11110000 | 100010 | 1111 | 0 | 1010110 | 110 | 1000110 | 1010111 | 110110 |
Color Harmonies of #CCF022
Complementary color
Monochromatic Colors of #CCF022
Black with #CCF022
Text Example
Text Example
White with #CCF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF022; }
p { color: rgb(204,240,34); }
H1.HeaderClassName
{
color: #CCF022;
}
.AnyTagClassName
{
color: #CCF022;
}
</style>
background-color css
<style>
a { background-color: #CCF022; }
a { background-color: rgb(204,240,34); }
div.DivClassName
{
background-color: #CCF022;
}
.BgClassName
{
background-color: #CCF022;
}
</style>
border-color css
<style>
span { border-color: #CCF022; }
span { border-color: rgb(204,240,34); }
td.TdClassName
{
border-color: #CCF022;
}
.TagClassName
{
border-color: #CCF022;
}
</style>