Shades of Pear #CFE921
Tints of Pear #CFE921
RGB
CMYK
RGB Variations
Color information
#CFE921 (or 0xCFE921) is known color: Pear. HEX triplet: CF, E9 and 21. RGB value is (207,233,33). Sum of RGB (Red+Green+Blue) = 207+233+33=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 233 (91.41% from 255 or 49.26% from 473); Blue value is 33 (13.28% from 255 or 6.98% from 473); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE921 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE921 is #3016DE. Grayscale: #CBCBCB. Windows color (decimal): -3151583 or 2222543. OLE color: 2222543.
HSL color Cylindrical-coordinate representation of color #CFE921: hue angle of 67.8º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE921 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 33 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.09 |
| HSL | 67.8º | 0.82% | 0.52% | - |
| HSV(B) | 67.8º | 0.86% | 0.91% | - |
| XYZ | 55.15 | 71.65 | 12.36 | - |
| YUV | 202.43 | 32.39 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 33 | 0.11 | 0 | 0.86 | 0.09 | 67.8 | 0.82 | 0.52 |
| Hex | CF | E9 | 21 | B | 0 | 56 | 9 | 44 | 52 | 34 |
| Octal | 317 | 351 | 41 | 13 | 0 | 126 | 11 | 104 | 122 | 64 |
| Binary | 11001111 | 11101001 | 100001 | 1011 | 0 | 1010110 | 1001 | 1000100 | 1010010 | 110100 |
Color Harmonies of #CFE921
Complementary color
Monochromatic Colors of #CFE921
Black with #CFE921
Text Example
Text Example
White with #CFE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE921; }
p { color: rgb(207,233,33); }
H1.HeaderClassName
{
color: #CFE921;
}
.AnyTagClassName
{
color: #CFE921;
}
</style>
background-color css
<style>
a { background-color: #CFE921; }
a { background-color: rgb(207,233,33); }
div.DivClassName
{
background-color: #CFE921;
}
.BgClassName
{
background-color: #CFE921;
}
</style>
border-color css
<style>
span { border-color: #CFE921; }
span { border-color: rgb(207,233,33); }
td.TdClassName
{
border-color: #CFE921;
}
.TagClassName
{
border-color: #CFE921;
}
</style>