Shades of Pear #CFE946
Tints of Pear #CFE946
RGB
CMYK
RGB Variations
Color information
#CFE946 (or 0xCFE946) is known color: Pear. HEX triplet: CF, E9 and 46. RGB value is (207,233,70). Sum of RGB (Red+Green+Blue) = 207+233+70=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 70 (27.73% from 255 or 13.73% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE946 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE946 is #3016B9. Grayscale: #CFCFCF. Windows color (decimal): -3151546 or 4647375. OLE color: 4647375.
HSL color Cylindrical-coordinate representation of color #CFE946: hue angle of 69.57º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE946 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 70 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.09 |
| HSL | 69.57º | 0.79% | 0.59% | - |
| HSV(B) | 69.57º | 0.7% | 0.91% | - |
| XYZ | 55.98 | 71.99 | 16.74 | - |
| YUV | 206.64 | 50.89 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 70 | 0.11 | 0 | 0.70 | 0.09 | 69.57 | 0.79 | 0.59 |
| Hex | CF | E9 | 46 | B | 0 | 46 | 9 | 46 | 4F | 3B |
| Octal | 317 | 351 | 106 | 13 | 0 | 106 | 11 | 106 | 117 | 73 |
| Binary | 11001111 | 11101001 | 1000110 | 1011 | 0 | 1000110 | 1001 | 1000110 | 1001111 | 111011 |
Color Harmonies of #CFE946
Complementary color
Monochromatic Colors of #CFE946
Black with #CFE946
Text Example
Text Example
White with #CFE946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE946; }
p { color: rgb(207,233,70); }
H1.HeaderClassName
{
color: #CFE946;
}
.AnyTagClassName
{
color: #CFE946;
}
</style>
background-color css
<style>
a { background-color: #CFE946; }
a { background-color: rgb(207,233,70); }
div.DivClassName
{
background-color: #CFE946;
}
.BgClassName
{
background-color: #CFE946;
}
</style>
border-color css
<style>
span { border-color: #CFE946; }
span { border-color: rgb(207,233,70); }
td.TdClassName
{
border-color: #CFE946;
}
.TagClassName
{
border-color: #CFE946;
}
</style>