Shades of Pear #CFE844
Tints of Pear #CFE844
RGB
CMYK
RGB Variations
Color information
#CFE844 (or 0xCFE844) is known color: Pear. HEX triplet: CF, E8 and 44. RGB value is (207,232,68). Sum of RGB (Red+Green+Blue) = 207+232+68=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 232 (91.02% from 255 or 45.76% from 507); Blue value is 68 (26.95% from 255 or 13.41% from 507); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE844 is #3017BB. Grayscale: #CECECE. Windows color (decimal): -3151804 or 4516047. OLE color: 4516047.
HSL color Cylindrical-coordinate representation of color #CFE844: hue angle of 69.15º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFE844 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 68 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.09 |
| HSL | 69.15º | 0.78% | 0.59% | - |
| HSV(B) | 69.15º | 0.71% | 0.91% | - |
| XYZ | 55.63 | 71.4 | 16.32 | - |
| YUV | 205.83 | 50.22 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 68 | 0.11 | 0 | 0.71 | 0.09 | 69.15 | 0.78 | 0.59 |
| Hex | CF | E8 | 44 | B | 0 | 47 | 9 | 45 | 4E | 3B |
| Octal | 317 | 350 | 104 | 13 | 0 | 107 | 11 | 105 | 116 | 73 |
| Binary | 11001111 | 11101000 | 1000100 | 1011 | 0 | 1000111 | 1001 | 1000101 | 1001110 | 111011 |
Color Harmonies of #CFE844
Complementary color
Monochromatic Colors of #CFE844
Black with #CFE844
Text Example
Text Example
White with #CFE844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE844; }
p { color: rgb(207,232,68); }
H1.HeaderClassName
{
color: #CFE844;
}
.AnyTagClassName
{
color: #CFE844;
}
</style>
background-color css
<style>
a { background-color: #CFE844; }
a { background-color: rgb(207,232,68); }
div.DivClassName
{
background-color: #CFE844;
}
.BgClassName
{
background-color: #CFE844;
}
</style>
border-color css
<style>
span { border-color: #CFE844; }
span { border-color: rgb(207,232,68); }
td.TdClassName
{
border-color: #CFE844;
}
.TagClassName
{
border-color: #CFE844;
}
</style>