Shades of Pear #CFE426
Tints of Pear #CFE426
RGB
CMYK
RGB Variations
Color information
#CFE426 (or 0xCFE426) is known color: Pear. HEX triplet: CF, E4 and 26. RGB value is (207,228,38). Sum of RGB (Red+Green+Blue) = 207+228+38=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 228 (89.45% from 255 or 48.20% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE426 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE426 is #301BD9. Grayscale: #C8C8C8. Windows color (decimal): -3152858 or 2548943. OLE color: 2548943.
HSL color Cylindrical-coordinate representation of color #CFE426: hue angle of 66.63º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFE426 is Cyan = 0.09, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 38 | - |
| CMYK | 0.09 | 0 | 0.83 | 0.11 |
| HSL | 66.63º | 0.78% | 0.52% | - |
| HSV(B) | 66.63º | 0.83% | 0.89% | - |
| XYZ | 53.83 | 68.89 | 12.29 | - |
| YUV | 200.06 | 36.54 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 38 | 0.09 | 0 | 0.83 | 0.11 | 66.63 | 0.78 | 0.52 |
| Hex | CF | E4 | 26 | 9 | 0 | 53 | B | 43 | 4E | 34 |
| Octal | 317 | 344 | 46 | 11 | 0 | 123 | 13 | 103 | 116 | 64 |
| Binary | 11001111 | 11100100 | 100110 | 1001 | 0 | 1010011 | 1011 | 1000011 | 1001110 | 110100 |
Color Harmonies of #CFE426
Complementary color
Monochromatic Colors of #CFE426
Black with #CFE426
Text Example
Text Example
White with #CFE426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE426; }
p { color: rgb(207,228,38); }
H1.HeaderClassName
{
color: #CFE426;
}
.AnyTagClassName
{
color: #CFE426;
}
</style>
background-color css
<style>
a { background-color: #CFE426; }
a { background-color: rgb(207,228,38); }
div.DivClassName
{
background-color: #CFE426;
}
.BgClassName
{
background-color: #CFE426;
}
</style>
border-color css
<style>
span { border-color: #CFE426; }
span { border-color: rgb(207,228,38); }
td.TdClassName
{
border-color: #CFE426;
}
.TagClassName
{
border-color: #CFE426;
}
</style>