Shades of Pear #CFDD22
Tints of Pear #CFDD22
RGB
CMYK
RGB Variations
Color information
#CFDD22 (or 0xCFDD22) is known color: Pear. HEX triplet: CF, DD and 22. RGB value is (207,221,34). Sum of RGB (Red+Green+Blue) = 207+221+34=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 34 (13.67% from 255 or 7.36% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD22 is #3022DD. Grayscale: #C4C4C4. Windows color (decimal): -3154654 or 2285007. OLE color: 2285007.
HSL color Cylindrical-coordinate representation of color #CFDD22: hue angle of 64.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFDD22 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 34 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.13 |
| HSL | 64.49º | 0.73% | 0.5% | - |
| HSV(B) | 64.49º | 0.85% | 0.87% | - |
| XYZ | 51.88 | 65.09 | 11.34 | - |
| YUV | 195.5 | 36.86 | 136.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 34 | 0.06 | 0 | 0.85 | 0.13 | 64.49 | 0.73 | 0.5 |
| Hex | CF | DD | 22 | 6 | 0 | 55 | D | 40 | 49 | 32 |
| Octal | 317 | 335 | 42 | 6 | 0 | 125 | 15 | 100 | 111 | 62 |
| Binary | 11001111 | 11011101 | 100010 | 110 | 0 | 1010101 | 1101 | 1000000 | 1001001 | 110010 |
Color Harmonies of #CFDD22
Complementary color
Monochromatic Colors of #CFDD22
Black with #CFDD22
Text Example
Text Example
White with #CFDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD22; }
p { color: rgb(207,221,34); }
H1.HeaderClassName
{
color: #CFDD22;
}
.AnyTagClassName
{
color: #CFDD22;
}
</style>
background-color css
<style>
a { background-color: #CFDD22; }
a { background-color: rgb(207,221,34); }
div.DivClassName
{
background-color: #CFDD22;
}
.BgClassName
{
background-color: #CFDD22;
}
</style>
border-color css
<style>
span { border-color: #CFDD22; }
span { border-color: rgb(207,221,34); }
td.TdClassName
{
border-color: #CFDD22;
}
.TagClassName
{
border-color: #CFDD22;
}
</style>