Shades of Pear #CFE320
Tints of Pear #CFE320
RGB
CMYK
RGB Variations
Color information
#CFE320 (or 0xCFE320) is known color: Pear. HEX triplet: CF, E3 and 20. RGB value is (207,227,32). Sum of RGB (Red+Green+Blue) = 207+227+32=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 32 (12.89% from 255 or 6.87% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE320 is #301CDF. Grayscale: #C7C7C7. Windows color (decimal): -3153120 or 2155471. OLE color: 2155471.
HSL color Cylindrical-coordinate representation of color #CFE320: hue angle of 66.15º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFE320 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 32 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.11 |
| HSL | 66.15º | 0.78% | 0.51% | - |
| HSV(B) | 66.15º | 0.86% | 0.89% | - |
| XYZ | 53.46 | 68.31 | 11.73 | - |
| YUV | 198.79 | 33.87 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 32 | 0.09 | 0 | 0.86 | 0.11 | 66.15 | 0.78 | 0.51 |
| Hex | CF | E3 | 20 | 9 | 0 | 56 | B | 42 | 4E | 33 |
| Octal | 317 | 343 | 40 | 11 | 0 | 126 | 13 | 102 | 116 | 63 |
| Binary | 11001111 | 11100011 | 100000 | 1001 | 0 | 1010110 | 1011 | 1000010 | 1001110 | 110011 |
Color Harmonies of #CFE320
Complementary color
Monochromatic Colors of #CFE320
Black with #CFE320
Text Example
Text Example
White with #CFE320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE320; }
p { color: rgb(207,227,32); }
H1.HeaderClassName
{
color: #CFE320;
}
.AnyTagClassName
{
color: #CFE320;
}
</style>
background-color css
<style>
a { background-color: #CFE320; }
a { background-color: rgb(207,227,32); }
div.DivClassName
{
background-color: #CFE320;
}
.BgClassName
{
background-color: #CFE320;
}
</style>
border-color css
<style>
span { border-color: #CFE320; }
span { border-color: rgb(207,227,32); }
td.TdClassName
{
border-color: #CFE320;
}
.TagClassName
{
border-color: #CFE320;
}
</style>