Shades of Pear #CFEC28
Tints of Pear #CFEC28
RGB
CMYK
RGB Variations
Color information
#CFEC28 (or 0xCFEC28) is known color: Pear. HEX triplet: CF, EC and 28. RGB value is (207,236,40). Sum of RGB (Red+Green+Blue) = 207+236+40=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEC28 is #3013D7. Grayscale: #CDCDCD. Windows color (decimal): -3150808 or 2682063. OLE color: 2682063.
HSL color Cylindrical-coordinate representation of color #CFEC28: hue angle of 68.88º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFEC28 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 40 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.07 |
| HSL | 68.88º | 0.84% | 0.54% | - |
| HSV(B) | 68.88º | 0.83% | 0.93% | - |
| XYZ | 56.11 | 73.41 | 13.22 | - |
| YUV | 204.99 | 34.89 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 40 | 0.12 | 0 | 0.83 | 0.07 | 68.88 | 0.84 | 0.54 |
| Hex | CF | EC | 28 | C | 0 | 53 | 7 | 45 | 54 | 36 |
| Octal | 317 | 354 | 50 | 14 | 0 | 123 | 7 | 105 | 124 | 66 |
| Binary | 11001111 | 11101100 | 101000 | 1100 | 0 | 1010011 | 111 | 1000101 | 1010100 | 110110 |
Color Harmonies of #CFEC28
Complementary color
Monochromatic Colors of #CFEC28
Black with #CFEC28
Text Example
Text Example
White with #CFEC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC28; }
p { color: rgb(207,236,40); }
H1.HeaderClassName
{
color: #CFEC28;
}
.AnyTagClassName
{
color: #CFEC28;
}
</style>
background-color css
<style>
a { background-color: #CFEC28; }
a { background-color: rgb(207,236,40); }
div.DivClassName
{
background-color: #CFEC28;
}
.BgClassName
{
background-color: #CFEC28;
}
</style>
border-color css
<style>
span { border-color: #CFEC28; }
span { border-color: rgb(207,236,40); }
td.TdClassName
{
border-color: #CFEC28;
}
.TagClassName
{
border-color: #CFEC28;
}
</style>