Shades of Pear #CFE841
Tints of Pear #CFE841
RGB
CMYK
RGB Variations
Color information
#CFE841 (or 0xCFE841) is known color: Pear. HEX triplet: CF, E8 and 41. RGB value is (207,232,65). Sum of RGB (Red+Green+Blue) = 207+232+65=504 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.07% from 504); Green value is 232 (91.02% from 255 or 46.03% from 504); Blue value is 65 (25.78% from 255 or 12.90% from 504); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE841 is #3017BE. Grayscale: #CECECE. Windows color (decimal): -3151807 or 4319439. OLE color: 4319439.
HSL color Cylindrical-coordinate representation of color #CFE841: hue angle of 68.98º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFE841 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 65 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.09 |
| HSL | 68.98º | 0.78% | 0.58% | - |
| HSV(B) | 68.98º | 0.72% | 0.91% | - |
| XYZ | 55.54 | 71.36 | 15.85 | - |
| YUV | 205.49 | 48.72 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 65 | 0.11 | 0 | 0.72 | 0.09 | 68.98 | 0.78 | 0.58 |
| Hex | CF | E8 | 41 | B | 0 | 48 | 9 | 45 | 4E | 3A |
| Octal | 317 | 350 | 101 | 13 | 0 | 110 | 11 | 105 | 116 | 72 |
| Binary | 11001111 | 11101000 | 1000001 | 1011 | 0 | 1001000 | 1001 | 1000101 | 1001110 | 111010 |
Color Harmonies of #CFE841
Complementary color
Monochromatic Colors of #CFE841
Black with #CFE841
Text Example
Text Example
White with #CFE841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE841; }
p { color: rgb(207,232,65); }
H1.HeaderClassName
{
color: #CFE841;
}
.AnyTagClassName
{
color: #CFE841;
}
</style>
background-color css
<style>
a { background-color: #CFE841; }
a { background-color: rgb(207,232,65); }
div.DivClassName
{
background-color: #CFE841;
}
.BgClassName
{
background-color: #CFE841;
}
</style>
border-color css
<style>
span { border-color: #CFE841; }
span { border-color: rgb(207,232,65); }
td.TdClassName
{
border-color: #CFE841;
}
.TagClassName
{
border-color: #CFE841;
}
</style>