Shades of Pear #CFDE22
Tints of Pear #CFDE22
RGB
CMYK
RGB Variations
Color information
#CFDE22 (or 0xCFDE22) is known color: Pear. HEX triplet: CF, DE and 22. RGB value is (207,222,34). Sum of RGB (Red+Green+Blue) = 207+222+34=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 34 (13.67% from 255 or 7.34% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE22 is #3021DD. Grayscale: #C4C4C4. Windows color (decimal): -3154398 or 2285263. OLE color: 2285263.
HSL color Cylindrical-coordinate representation of color #CFDE22: hue angle of 64.79º degrees, saturation: 0.74, 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 #CFDE22 is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 34 | - |
| CMYK | 0.07 | 0 | 0.85 | 0.13 |
| HSL | 64.79º | 0.74% | 0.5% | - |
| HSV(B) | 64.79º | 0.85% | 0.87% | - |
| XYZ | 52.14 | 65.62 | 11.43 | - |
| YUV | 196.08 | 36.53 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 34 | 0.07 | 0 | 0.85 | 0.13 | 64.79 | 0.74 | 0.5 |
| Hex | CF | DE | 22 | 7 | 0 | 55 | D | 41 | 4A | 32 |
| Octal | 317 | 336 | 42 | 7 | 0 | 125 | 15 | 101 | 112 | 62 |
| Binary | 11001111 | 11011110 | 100010 | 111 | 0 | 1010101 | 1101 | 1000001 | 1001010 | 110010 |
Color Harmonies of #CFDE22
Complementary color
Monochromatic Colors of #CFDE22
Black with #CFDE22
Text Example
Text Example
White with #CFDE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE22; }
p { color: rgb(207,222,34); }
H1.HeaderClassName
{
color: #CFDE22;
}
.AnyTagClassName
{
color: #CFDE22;
}
</style>
background-color css
<style>
a { background-color: #CFDE22; }
a { background-color: rgb(207,222,34); }
div.DivClassName
{
background-color: #CFDE22;
}
.BgClassName
{
background-color: #CFDE22;
}
</style>
border-color css
<style>
span { border-color: #CFDE22; }
span { border-color: rgb(207,222,34); }
td.TdClassName
{
border-color: #CFDE22;
}
.TagClassName
{
border-color: #CFDE22;
}
</style>