Shades of Pear #CFEC18
Tints of Pear #CFEC18
RGB
CMYK
RGB Variations
Color information
#CFEC18 (or 0xCFEC18) is known color: Pear. HEX triplet: CF, EC and 18. RGB value is (207,236,24). Sum of RGB (Red+Green+Blue) = 207+236+24=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 236 (92.58% from 255 or 50.54% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 236 - color contains mainly: green. Hex color #CFEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFEC18 is #3013E7. Grayscale: #CBCBCB. Windows color (decimal): -3150824 or 1633487. OLE color: 1633487.
HSL color Cylindrical-coordinate representation of color #CFEC18: hue angle of 68.21º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFEC18 is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 236 | 24 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.07 |
| HSL | 68.21º | 0.85% | 0.51% | - |
| HSV(B) | 68.21º | 0.9% | 0.93% | - |
| XYZ | 55.89 | 73.32 | 12.07 | - |
| YUV | 203.16 | 26.89 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 236 | 24 | 0.12 | 0 | 0.90 | 0.07 | 68.21 | 0.85 | 0.51 |
| Hex | CF | EC | 18 | C | 0 | 5A | 7 | 44 | 55 | 33 |
| Octal | 317 | 354 | 30 | 14 | 0 | 132 | 7 | 104 | 125 | 63 |
| Binary | 11001111 | 11101100 | 11000 | 1100 | 0 | 1011010 | 111 | 1000100 | 1010101 | 110011 |
Color Harmonies of #CFEC18
Complementary color
Monochromatic Colors of #CFEC18
Black with #CFEC18
Text Example
Text Example
White with #CFEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEC18; }
p { color: rgb(207,236,24); }
H1.HeaderClassName
{
color: #CFEC18;
}
.AnyTagClassName
{
color: #CFEC18;
}
</style>
background-color css
<style>
a { background-color: #CFEC18; }
a { background-color: rgb(207,236,24); }
div.DivClassName
{
background-color: #CFEC18;
}
.BgClassName
{
background-color: #CFEC18;
}
</style>
border-color css
<style>
span { border-color: #CFEC18; }
span { border-color: rgb(207,236,24); }
td.TdClassName
{
border-color: #CFEC18;
}
.TagClassName
{
border-color: #CFEC18;
}
</style>