Shades of Pear #CFEF24
Tints of Pear #CFEF24
RGB
CMYK
RGB Variations
Color information
#CFEF24 (or 0xCFEF24) is known color: Pear. HEX triplet: CF, EF and 24. RGB value is (207,239,36). Sum of RGB (Red+Green+Blue) = 207+239+36=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 239 (93.75% from 255 or 49.59% from 482); Blue value is 36 (14.45% from 255 or 7.47% from 482); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF24 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF24 is #3010DB. Grayscale: #CFCFCF. Windows color (decimal): -3150044 or 2420687. OLE color: 2420687.
HSL color Cylindrical-coordinate representation of color #CFEF24: hue angle of 69.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFEF24 is Cyan = 0.13, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 36 | - |
| CMYK | 0.13 | 0 | 0.85 | 0.06 |
| HSL | 69.46º | 0.86% | 0.54% | - |
| HSV(B) | 69.46º | 0.85% | 0.94% | - |
| XYZ | 56.92 | 75.13 | 13.17 | - |
| YUV | 206.29 | 31.9 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 36 | 0.13 | 0 | 0.85 | 0.06 | 69.46 | 0.86 | 0.54 |
| Hex | CF | EF | 24 | D | 0 | 55 | 6 | 45 | 56 | 36 |
| Octal | 317 | 357 | 44 | 15 | 0 | 125 | 6 | 105 | 126 | 66 |
| Binary | 11001111 | 11101111 | 100100 | 1101 | 0 | 1010101 | 110 | 1000101 | 1010110 | 110110 |
Color Harmonies of #CFEF24
Complementary color
Monochromatic Colors of #CFEF24
Black with #CFEF24
Text Example
Text Example
White with #CFEF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF24; }
p { color: rgb(207,239,36); }
H1.HeaderClassName
{
color: #CFEF24;
}
.AnyTagClassName
{
color: #CFEF24;
}
</style>
background-color css
<style>
a { background-color: #CFEF24; }
a { background-color: rgb(207,239,36); }
div.DivClassName
{
background-color: #CFEF24;
}
.BgClassName
{
background-color: #CFEF24;
}
</style>
border-color css
<style>
span { border-color: #CFEF24; }
span { border-color: rgb(207,239,36); }
td.TdClassName
{
border-color: #CFEF24;
}
.TagClassName
{
border-color: #CFEF24;
}
</style>