Shades of Pear #CFE424
Tints of Pear #CFE424
RGB
CMYK
RGB Variations
Color information
#CFE424 (or 0xCFE424) is known color: Pear. HEX triplet: CF, E4 and 24. RGB value is (207,228,36). Sum of RGB (Red+Green+Blue) = 207+228+36=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 228 (89.45% from 255 or 48.41% from 471); Blue value is 36 (14.45% from 255 or 7.64% from 471); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE424 is #301BDB. Grayscale: #C8C8C8. Windows color (decimal): -3152860 or 2417871. OLE color: 2417871.
HSL color Cylindrical-coordinate representation of color #CFE424: hue angle of 66.56º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFE424 is Cyan = 0.09, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 36 | - |
| CMYK | 0.09 | 0 | 0.84 | 0.11 |
| HSL | 66.56º | 0.78% | 0.52% | - |
| HSV(B) | 66.56º | 0.84% | 0.89% | - |
| XYZ | 53.79 | 68.88 | 12.13 | - |
| YUV | 199.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 36 | 0.09 | 0 | 0.84 | 0.11 | 66.56 | 0.78 | 0.52 |
| Hex | CF | E4 | 24 | 9 | 0 | 54 | B | 43 | 4E | 34 |
| Octal | 317 | 344 | 44 | 11 | 0 | 124 | 13 | 103 | 116 | 64 |
| Binary | 11001111 | 11100100 | 100100 | 1001 | 0 | 1010100 | 1011 | 1000011 | 1001110 | 110100 |
Color Harmonies of #CFE424
Complementary color
Monochromatic Colors of #CFE424
Black with #CFE424
Text Example
Text Example
White with #CFE424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE424; }
p { color: rgb(207,228,36); }
H1.HeaderClassName
{
color: #CFE424;
}
.AnyTagClassName
{
color: #CFE424;
}
</style>
background-color css
<style>
a { background-color: #CFE424; }
a { background-color: rgb(207,228,36); }
div.DivClassName
{
background-color: #CFE424;
}
.BgClassName
{
background-color: #CFE424;
}
</style>
border-color css
<style>
span { border-color: #CFE424; }
span { border-color: rgb(207,228,36); }
td.TdClassName
{
border-color: #CFE424;
}
.TagClassName
{
border-color: #CFE424;
}
</style>