Shades of Pear #CFE212
Tints of Pear #CFE212
RGB
CMYK
RGB Variations
Color information
#CFE212 (or 0xCFE212) is known color: Pear. HEX triplet: CF, E2 and 12. RGB value is (207,226,18). Sum of RGB (Red+Green+Blue) = 207+226+18=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 18 (7.42% from 255 or 3.99% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE212 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE212 is #301DED. Grayscale: #C5C5C5. Windows color (decimal): -3153390 or 1237711. OLE color: 1237711.
HSL color Cylindrical-coordinate representation of color #CFE212: hue angle of 65.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFE212 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 18 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.11 |
| HSL | 65.48º | 0.85% | 0.48% | - |
| HSV(B) | 65.48º | 0.92% | 0.89% | - |
| XYZ | 53.04 | 67.7 | 10.84 | - |
| YUV | 196.61 | 27.21 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 18 | 0.08 | 0 | 0.92 | 0.11 | 65.48 | 0.85 | 0.48 |
| Hex | CF | E2 | 12 | 8 | 0 | 5C | B | 41 | 55 | 30 |
| Octal | 317 | 342 | 22 | 10 | 0 | 134 | 13 | 101 | 125 | 60 |
| Binary | 11001111 | 11100010 | 10010 | 1000 | 0 | 1011100 | 1011 | 1000001 | 1010101 | 110000 |
Color Harmonies of #CFE212
Complementary color
Monochromatic Colors of #CFE212
Black with #CFE212
Text Example
Text Example
White with #CFE212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE212; }
p { color: rgb(207,226,18); }
H1.HeaderClassName
{
color: #CFE212;
}
.AnyTagClassName
{
color: #CFE212;
}
</style>
background-color css
<style>
a { background-color: #CFE212; }
a { background-color: rgb(207,226,18); }
div.DivClassName
{
background-color: #CFE212;
}
.BgClassName
{
background-color: #CFE212;
}
</style>
border-color css
<style>
span { border-color: #CFE212; }
span { border-color: rgb(207,226,18); }
td.TdClassName
{
border-color: #CFE212;
}
.TagClassName
{
border-color: #CFE212;
}
</style>