Shades of Pear #CFF648
Tints of Pear #CFF648
RGB
CMYK
RGB Variations
Color information
#CFF648 (or 0xCFF648) is known color: Pear. HEX triplet: CF, F6 and 48. RGB value is (207,246,72). Sum of RGB (Red+Green+Blue) = 207+246+72=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 72 (28.52% from 255 or 13.71% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF648 is #3009B7. Grayscale: #D7D7D7. Windows color (decimal): -3148216 or 4781775. OLE color: 4781775.
HSL color Cylindrical-coordinate representation of color #CFF648: hue angle of 73.45º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFF648 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 207 | 246 | 72 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.04 |
| HSL | 73.45º | 0.91% | 0.62% | - |
| HSV(B) | 73.45º | 0.71% | 0.96% | - |
| XYZ | 59.86 | 79.64 | 18.35 | - |
| YUV | 214.5 | 47.58 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 72 | 0.16 | 0 | 0.71 | 0.04 | 73.45 | 0.91 | 0.62 |
| Hex | CF | F6 | 48 | 10 | 0 | 47 | 4 | 49 | 5B | 3E |
| Octal | 317 | 366 | 110 | 20 | 0 | 107 | 4 | 111 | 133 | 76 |
| Binary | 11001111 | 11110110 | 1001000 | 10000 | 0 | 1000111 | 100 | 1001001 | 1011011 | 111110 |
Color Harmonies of #CFF648
Complementary color
Monochromatic Colors of #CFF648
Black with #CFF648
Text Example
Text Example
White with #CFF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF648; }
p { color: rgb(207,246,72); }
H1.HeaderClassName
{
color: #CFF648;
}
.AnyTagClassName
{
color: #CFF648;
}
</style>
background-color css
<style>
a { background-color: #CFF648; }
a { background-color: rgb(207,246,72); }
div.DivClassName
{
background-color: #CFF648;
}
.BgClassName
{
background-color: #CFF648;
}
</style>
border-color css
<style>
span { border-color: #CFF648; }
span { border-color: rgb(207,246,72); }
td.TdClassName
{
border-color: #CFF648;
}
.TagClassName
{
border-color: #CFF648;
}
</style>