Shades of Pear #CFFE4D
Tints of Pear #CFFE4D
RGB
CMYK
RGB Variations
Color information
#CFFE4D (or 0xCFFE4D) is known color: Pear. HEX triplet: CF, FE and 4D. RGB value is (207,254,77). Sum of RGB (Red+Green+Blue) = 207+254+77=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 77 (30.47% from 255 or 14.31% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFE4D is #3001B2. Grayscale: #DCDCDC. Windows color (decimal): -3146163 or 5111503. OLE color: 5111503.
HSL color Cylindrical-coordinate representation of color #CFFE4D: hue angle of 75.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFE4D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 77 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.00 |
| HSL | 75.93º | 0.99% | 0.65% | - |
| HSV(B) | 75.93º | 0.7% | 1% | - |
| XYZ | 62.51 | 84.68 | 20.07 | - |
| YUV | 219.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 77 | 0.19 | 0 | 0.70 | 0.00 | 75.93 | 0.99 | 0.65 |
| Hex | CF | FE | 4D | 13 | 0 | 46 | 0 | 4C | 63 | 41 |
| Octal | 317 | 376 | 115 | 23 | 0 | 106 | 0 | 114 | 143 | 101 |
| Binary | 11001111 | 11111110 | 1001101 | 10011 | 0 | 1000110 | 0 | 1001100 | 1100011 | 1000001 |
Color Harmonies of #CFFE4D
Complementary color
Monochromatic Colors of #CFFE4D
Black with #CFFE4D
Text Example
Text Example
White with #CFFE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE4D; }
p { color: rgb(207,254,77); }
H1.HeaderClassName
{
color: #CFFE4D;
}
.AnyTagClassName
{
color: #CFFE4D;
}
</style>
background-color css
<style>
a { background-color: #CFFE4D; }
a { background-color: rgb(207,254,77); }
div.DivClassName
{
background-color: #CFFE4D;
}
.BgClassName
{
background-color: #CFFE4D;
}
</style>
border-color css
<style>
span { border-color: #CFFE4D; }
span { border-color: rgb(207,254,77); }
td.TdClassName
{
border-color: #CFFE4D;
}
.TagClassName
{
border-color: #CFFE4D;
}
</style>