Shades of Pear #CFF032
Tints of Pear #CFF032
RGB
CMYK
RGB Variations
Color information
#CFF032 (or 0xCFF032) is known color: Pear. HEX triplet: CF, F0 and 32. RGB value is (207,240,50). Sum of RGB (Red+Green+Blue) = 207+240+50=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 50 (19.92% from 255 or 10.06% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF032 is #300FCD. Grayscale: #D1D1D1. Windows color (decimal): -3149774 or 3338447. OLE color: 3338447.
HSL color Cylindrical-coordinate representation of color #CFF032: hue angle of 70.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFF032 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 50 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.06 |
| HSL | 70.42º | 0.86% | 0.57% | - |
| HSV(B) | 70.42º | 0.79% | 0.94% | - |
| XYZ | 57.47 | 75.82 | 14.62 | - |
| YUV | 208.47 | 38.57 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 50 | 0.14 | 0 | 0.79 | 0.06 | 70.42 | 0.86 | 0.57 |
| Hex | CF | F0 | 32 | E | 0 | 4F | 6 | 46 | 56 | 39 |
| Octal | 317 | 360 | 62 | 16 | 0 | 117 | 6 | 106 | 126 | 71 |
| Binary | 11001111 | 11110000 | 110010 | 1110 | 0 | 1001111 | 110 | 1000110 | 1010110 | 111001 |
Color Harmonies of #CFF032
Complementary color
Monochromatic Colors of #CFF032
Black with #CFF032
Text Example
Text Example
White with #CFF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF032; }
p { color: rgb(207,240,50); }
H1.HeaderClassName
{
color: #CFF032;
}
.AnyTagClassName
{
color: #CFF032;
}
</style>
background-color css
<style>
a { background-color: #CFF032; }
a { background-color: rgb(207,240,50); }
div.DivClassName
{
background-color: #CFF032;
}
.BgClassName
{
background-color: #CFF032;
}
</style>
border-color css
<style>
span { border-color: #CFF032; }
span { border-color: rgb(207,240,50); }
td.TdClassName
{
border-color: #CFF032;
}
.TagClassName
{
border-color: #CFF032;
}
</style>