Shades of Pear #CFFC46
Tints of Pear #CFFC46
RGB
CMYK
RGB Variations
Color information
#CFFC46 (or 0xCFFC46) is known color: Pear. HEX triplet: CF, FC and 46. RGB value is (207,252,70). Sum of RGB (Red+Green+Blue) = 207+252+70=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 252 (98.83% from 255 or 47.64% from 529); Blue value is 70 (27.73% from 255 or 13.23% from 529); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC46 is #3003B9. Grayscale: #DADADA. Windows color (decimal): -3146682 or 4652239. OLE color: 4652239.
HSL color Cylindrical-coordinate representation of color #CFFC46: hue angle of 74.84º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFFC46 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 70 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.01 |
| HSL | 74.84º | 0.97% | 0.63% | - |
| HSV(B) | 74.84º | 0.72% | 0.99% | - |
| XYZ | 61.65 | 83.33 | 18.63 | - |
| YUV | 217.8 | 44.59 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 70 | 0.18 | 0 | 0.72 | 0.01 | 74.84 | 0.97 | 0.63 |
| Hex | CF | FC | 46 | 12 | 0 | 48 | 1 | 4B | 61 | 3F |
| Octal | 317 | 374 | 106 | 22 | 0 | 110 | 1 | 113 | 141 | 77 |
| Binary | 11001111 | 11111100 | 1000110 | 10010 | 0 | 1001000 | 1 | 1001011 | 1100001 | 111111 |
Color Harmonies of #CFFC46
Complementary color
Monochromatic Colors of #CFFC46
Black with #CFFC46
Text Example
Text Example
White with #CFFC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC46; }
p { color: rgb(207,252,70); }
H1.HeaderClassName
{
color: #CFFC46;
}
.AnyTagClassName
{
color: #CFFC46;
}
</style>
background-color css
<style>
a { background-color: #CFFC46; }
a { background-color: rgb(207,252,70); }
div.DivClassName
{
background-color: #CFFC46;
}
.BgClassName
{
background-color: #CFFC46;
}
</style>
border-color css
<style>
span { border-color: #CFFC46; }
span { border-color: rgb(207,252,70); }
td.TdClassName
{
border-color: #CFFC46;
}
.TagClassName
{
border-color: #CFFC46;
}
</style>