Shades of Pear #CFEA28
Tints of Pear #CFEA28
RGB
CMYK
RGB Variations
Color information
#CFEA28 (or 0xCFEA28) is known color: Pear. HEX triplet: CF, EA and 28. RGB value is (207,234,40). Sum of RGB (Red+Green+Blue) = 207+234+40=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 234 (91.80% from 255 or 48.65% from 481); Blue value is 40 (16.02% from 255 or 8.32% from 481); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEA28 is #3015D7. Grayscale: #CCCCCC. Windows color (decimal): -3151320 or 2681551. OLE color: 2681551.
HSL color Cylindrical-coordinate representation of color #CFEA28: hue angle of 68.35º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFEA28 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 234 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.08 |
| HSL | 68.35º | 0.82% | 0.54% | - |
| HSV(B) | 68.35º | 0.83% | 0.92% | - |
| XYZ | 55.54 | 72.26 | 13.03 | - |
| YUV | 203.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 234 | 40 | 0.12 | 0 | 0.83 | 0.08 | 68.35 | 0.82 | 0.54 |
| Hex | CF | EA | 28 | C | 0 | 53 | 8 | 44 | 52 | 36 |
| Octal | 317 | 352 | 50 | 14 | 0 | 123 | 10 | 104 | 122 | 66 |
| Binary | 11001111 | 11101010 | 101000 | 1100 | 0 | 1010011 | 1000 | 1000100 | 1010010 | 110110 |
Color Harmonies of #CFEA28
Complementary color
Monochromatic Colors of #CFEA28
Black with #CFEA28
Text Example
Text Example
White with #CFEA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEA28; }
p { color: rgb(207,234,40); }
H1.HeaderClassName
{
color: #CFEA28;
}
.AnyTagClassName
{
color: #CFEA28;
}
</style>
background-color css
<style>
a { background-color: #CFEA28; }
a { background-color: rgb(207,234,40); }
div.DivClassName
{
background-color: #CFEA28;
}
.BgClassName
{
background-color: #CFEA28;
}
</style>
border-color css
<style>
span { border-color: #CFEA28; }
span { border-color: rgb(207,234,40); }
td.TdClassName
{
border-color: #CFEA28;
}
.TagClassName
{
border-color: #CFEA28;
}
</style>