Shades of Pear #CFEF20
Tints of Pear #CFEF20
RGB
CMYK
RGB Variations
Color information
#CFEF20 (or 0xCFEF20) is known color: Pear. HEX triplet: CF, EF and 20. RGB value is (207,239,32). Sum of RGB (Red+Green+Blue) = 207+239+32=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 239 (93.75% from 255 or 50% from 478); Blue value is 32 (12.89% from 255 or 6.69% from 478); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFEF20 is #3010DF. Grayscale: #CECECE. Windows color (decimal): -3150048 or 2158543. OLE color: 2158543.
HSL color Cylindrical-coordinate representation of color #CFEF20: hue angle of 69.28º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFEF20 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 239 | 32 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.06 |
| HSL | 69.28º | 0.87% | 0.53% | - |
| HSV(B) | 69.28º | 0.87% | 0.94% | - |
| XYZ | 56.86 | 75.1 | 12.87 | - |
| YUV | 205.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 239 | 32 | 0.13 | 0 | 0.87 | 0.06 | 69.28 | 0.87 | 0.53 |
| Hex | CF | EF | 20 | D | 0 | 57 | 6 | 45 | 57 | 35 |
| Octal | 317 | 357 | 40 | 15 | 0 | 127 | 6 | 105 | 127 | 65 |
| Binary | 11001111 | 11101111 | 100000 | 1101 | 0 | 1010111 | 110 | 1000101 | 1010111 | 110101 |
Color Harmonies of #CFEF20
Complementary color
Monochromatic Colors of #CFEF20
Black with #CFEF20
Text Example
Text Example
White with #CFEF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFEF20; }
p { color: rgb(207,239,32); }
H1.HeaderClassName
{
color: #CFEF20;
}
.AnyTagClassName
{
color: #CFEF20;
}
</style>
background-color css
<style>
a { background-color: #CFEF20; }
a { background-color: rgb(207,239,32); }
div.DivClassName
{
background-color: #CFEF20;
}
.BgClassName
{
background-color: #CFEF20;
}
</style>
border-color css
<style>
span { border-color: #CFEF20; }
span { border-color: rgb(207,239,32); }
td.TdClassName
{
border-color: #CFEF20;
}
.TagClassName
{
border-color: #CFEF20;
}
</style>