Shades of Pear #CFE845
Tints of Pear #CFE845
RGB
CMYK
RGB Variations
Color information
#CFE845 (or 0xCFE845) is known color: Pear. HEX triplet: CF, E8 and 45. RGB value is (207,232,69). Sum of RGB (Red+Green+Blue) = 207+232+69=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 69 (27.34% from 255 or 13.58% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE845 is #3017BA. Grayscale: #CECECE. Windows color (decimal): -3151803 or 4581583. OLE color: 4581583.
HSL color Cylindrical-coordinate representation of color #CFE845: hue angle of 69.2º degrees, saturation: 0.78, 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 #CFE845 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 69 | - |
| CMYK | 0.11 | 0 | 0.70 | 0.09 |
| HSL | 69.2º | 0.78% | 0.59% | - |
| HSV(B) | 69.2º | 0.7% | 0.91% | - |
| XYZ | 55.66 | 71.41 | 16.48 | - |
| YUV | 205.94 | 50.72 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 69 | 0.11 | 0 | 0.70 | 0.09 | 69.2 | 0.78 | 0.59 |
| Hex | CF | E8 | 45 | B | 0 | 46 | 9 | 45 | 4E | 3B |
| Octal | 317 | 350 | 105 | 13 | 0 | 106 | 11 | 105 | 116 | 73 |
| Binary | 11001111 | 11101000 | 1000101 | 1011 | 0 | 1000110 | 1001 | 1000101 | 1001110 | 111011 |
Color Harmonies of #CFE845
Complementary color
Monochromatic Colors of #CFE845
Black with #CFE845
Text Example
Text Example
White with #CFE845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE845; }
p { color: rgb(207,232,69); }
H1.HeaderClassName
{
color: #CFE845;
}
.AnyTagClassName
{
color: #CFE845;
}
</style>
background-color css
<style>
a { background-color: #CFE845; }
a { background-color: rgb(207,232,69); }
div.DivClassName
{
background-color: #CFE845;
}
.BgClassName
{
background-color: #CFE845;
}
</style>
border-color css
<style>
span { border-color: #CFE845; }
span { border-color: rgb(207,232,69); }
td.TdClassName
{
border-color: #CFE845;
}
.TagClassName
{
border-color: #CFE845;
}
</style>