Shades of Pear #CFF048
Tints of Pear #CFF048
RGB
CMYK
RGB Variations
Color information
#CFF048 (or 0xCFF048) is known color: Pear. HEX triplet: CF, F0 and 48. RGB value is (207,240,72). Sum of RGB (Red+Green+Blue) = 207+240+72=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 240 (94.14% from 255 or 46.24% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF048 is #300FB7. Grayscale: #D3D3D3. Windows color (decimal): -3149752 or 4780239. OLE color: 4780239.
HSL color Cylindrical-coordinate representation of color #CFF048: hue angle of 71.79º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF048 is Cyan = 0.14, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 72 | - |
| CMYK | 0.14 | 0 | 0.7 | 0.06 |
| HSL | 71.79º | 0.85% | 0.61% | - |
| HSV(B) | 71.79º | 0.7% | 0.94% | - |
| XYZ | 58.06 | 76.05 | 17.75 | - |
| YUV | 210.98 | 49.57 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 72 | 0.14 | 0 | 0.7 | 0.06 | 71.79 | 0.85 | 0.61 |
| Hex | CF | F0 | 48 | E | 0 | 46 | 6 | 48 | 55 | 3D |
| Octal | 317 | 360 | 110 | 16 | 0 | 106 | 6 | 110 | 125 | 75 |
| Binary | 11001111 | 11110000 | 1001000 | 1110 | 0 | 1000110 | 110 | 1001000 | 1010101 | 111101 |
Color Harmonies of #CFF048
Complementary color
Monochromatic Colors of #CFF048
Black with #CFF048
Text Example
Text Example
White with #CFF048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF048; }
p { color: rgb(207,240,72); }
H1.HeaderClassName
{
color: #CFF048;
}
.AnyTagClassName
{
color: #CFF048;
}
</style>
background-color css
<style>
a { background-color: #CFF048; }
a { background-color: rgb(207,240,72); }
div.DivClassName
{
background-color: #CFF048;
}
.BgClassName
{
background-color: #CFF048;
}
</style>
border-color css
<style>
span { border-color: #CFF048; }
span { border-color: rgb(207,240,72); }
td.TdClassName
{
border-color: #CFF048;
}
.TagClassName
{
border-color: #CFF048;
}
</style>