Shades of Pear #CFE021
Tints of Pear #CFE021
RGB
CMYK
RGB Variations
Color information
#CFE021 (or 0xCFE021) is known color: Pear. HEX triplet: CF, E0 and 21. RGB value is (207,224,33). Sum of RGB (Red+Green+Blue) = 207+224+33=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 33 (13.28% from 255 or 7.11% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE021 is #301FDE. Grayscale: #C5C5C5. Windows color (decimal): -3153887 or 2220239. OLE color: 2220239.
HSL color Cylindrical-coordinate representation of color #CFE021: hue angle of 65.34º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE021 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 33 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.12 |
| HSL | 65.34º | 0.75% | 0.5% | - |
| HSV(B) | 65.34º | 0.85% | 0.88% | - |
| XYZ | 52.66 | 66.69 | 11.54 | - |
| YUV | 197.14 | 35.37 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 33 | 0.08 | 0 | 0.85 | 0.12 | 65.34 | 0.75 | 0.5 |
| Hex | CF | E0 | 21 | 8 | 0 | 55 | C | 41 | 4B | 32 |
| Octal | 317 | 340 | 41 | 10 | 0 | 125 | 14 | 101 | 113 | 62 |
| Binary | 11001111 | 11100000 | 100001 | 1000 | 0 | 1010101 | 1100 | 1000001 | 1001011 | 110010 |
Color Harmonies of #CFE021
Complementary color
Monochromatic Colors of #CFE021
Black with #CFE021
Text Example
Text Example
White with #CFE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE021; }
p { color: rgb(207,224,33); }
H1.HeaderClassName
{
color: #CFE021;
}
.AnyTagClassName
{
color: #CFE021;
}
</style>
background-color css
<style>
a { background-color: #CFE021; }
a { background-color: rgb(207,224,33); }
div.DivClassName
{
background-color: #CFE021;
}
.BgClassName
{
background-color: #CFE021;
}
</style>
border-color css
<style>
span { border-color: #CFE021; }
span { border-color: rgb(207,224,33); }
td.TdClassName
{
border-color: #CFE021;
}
.TagClassName
{
border-color: #CFE021;
}
</style>