Shades of Pear #CFE215
Tints of Pear #CFE215
RGB
CMYK
RGB Variations
Color information
#CFE215 (or 0xCFE215) is known color: Pear. HEX triplet: CF, E2 and 15. RGB value is (207,226,21). Sum of RGB (Red+Green+Blue) = 207+226+21=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 226 (88.67% from 255 or 49.78% from 454); Blue value is 21 (8.59% from 255 or 4.63% from 454); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE215 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE215 is #301DEA. Grayscale: #C5C5C5. Windows color (decimal): -3153387 or 1434319. OLE color: 1434319.
HSL color Cylindrical-coordinate representation of color #CFE215: hue angle of 65.56º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFE215 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 21 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.11 |
| HSL | 65.56º | 0.83% | 0.48% | - |
| HSV(B) | 65.56º | 0.91% | 0.89% | - |
| XYZ | 53.06 | 67.71 | 10.98 | - |
| YUV | 196.95 | 28.71 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 21 | 0.08 | 0 | 0.91 | 0.11 | 65.56 | 0.83 | 0.48 |
| Hex | CF | E2 | 15 | 8 | 0 | 5B | B | 42 | 53 | 30 |
| Octal | 317 | 342 | 25 | 10 | 0 | 133 | 13 | 102 | 123 | 60 |
| Binary | 11001111 | 11100010 | 10101 | 1000 | 0 | 1011011 | 1011 | 1000010 | 1010011 | 110000 |
Color Harmonies of #CFE215
Complementary color
Monochromatic Colors of #CFE215
Black with #CFE215
Text Example
Text Example
White with #CFE215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE215; }
p { color: rgb(207,226,21); }
H1.HeaderClassName
{
color: #CFE215;
}
.AnyTagClassName
{
color: #CFE215;
}
</style>
background-color css
<style>
a { background-color: #CFE215; }
a { background-color: rgb(207,226,21); }
div.DivClassName
{
background-color: #CFE215;
}
.BgClassName
{
background-color: #CFE215;
}
</style>
border-color css
<style>
span { border-color: #CFE215; }
span { border-color: rgb(207,226,21); }
td.TdClassName
{
border-color: #CFE215;
}
.TagClassName
{
border-color: #CFE215;
}
</style>