Shades of Pear #CCF922
Tints of Pear #CCF922
RGB
CMYK
RGB Variations
Color information
#CCF922 (or 0xCCF922) is known color: Pear. HEX triplet: CC, F9 and 22. RGB value is (204,249,34). Sum of RGB (Red+Green+Blue) = 204+249+34=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 249 (97.66% from 255 or 51.13% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF922 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF922 is #3306DD. Grayscale: #D3D3D3. Windows color (decimal): -3344094 or 2292172. OLE color: 2292172.
HSL color Cylindrical-coordinate representation of color #CCF922: hue angle of 72.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF922 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 34 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.02 |
| HSL | 72.56º | 0.95% | 0.55% | - |
| HSV(B) | 72.56º | 0.86% | 0.98% | - |
| XYZ | 59.07 | 80.7 | 13.98 | - |
| YUV | 211.04 | 28.09 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 34 | 0.18 | 0 | 0.86 | 0.02 | 72.56 | 0.95 | 0.55 |
| Hex | CC | F9 | 22 | 12 | 0 | 56 | 2 | 49 | 5F | 37 |
| Octal | 314 | 371 | 42 | 22 | 0 | 126 | 2 | 111 | 137 | 67 |
| Binary | 11001100 | 11111001 | 100010 | 10010 | 0 | 1010110 | 10 | 1001001 | 1011111 | 110111 |
Color Harmonies of #CCF922
Complementary color
Monochromatic Colors of #CCF922
Black with #CCF922
Text Example
Text Example
White with #CCF922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF922; }
p { color: rgb(204,249,34); }
H1.HeaderClassName
{
color: #CCF922;
}
.AnyTagClassName
{
color: #CCF922;
}
</style>
background-color css
<style>
a { background-color: #CCF922; }
a { background-color: rgb(204,249,34); }
div.DivClassName
{
background-color: #CCF922;
}
.BgClassName
{
background-color: #CCF922;
}
</style>
border-color css
<style>
span { border-color: #CCF922; }
span { border-color: rgb(204,249,34); }
td.TdClassName
{
border-color: #CCF922;
}
.TagClassName
{
border-color: #CCF922;
}
</style>