Shades of Pear #CFFE40
Tints of Pear #CFFE40
RGB
CMYK
RGB Variations
Color information
#CFFE40 (or 0xCFFE40) is known color: Pear. HEX triplet: CF, FE and 40. RGB value is (207,254,64). Sum of RGB (Red+Green+Blue) = 207+254+64=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 254 (99.61% from 255 or 48.38% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE40 is #3001BF. Grayscale: #DADADA. Windows color (decimal): -3146176 or 4259535. OLE color: 4259535.
HSL color Cylindrical-coordinate representation of color #CFFE40: hue angle of 74.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFFE40 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 64 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.00 |
| HSL | 74.84º | 0.99% | 0.62% | - |
| HSV(B) | 74.84º | 0.75% | 1% | - |
| XYZ | 62.1 | 84.52 | 17.89 | - |
| YUV | 218.29 | 40.93 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 64 | 0.19 | 0 | 0.75 | 0.00 | 74.84 | 0.99 | 0.62 |
| Hex | CF | FE | 40 | 13 | 0 | 4B | 0 | 4B | 63 | 3E |
| Octal | 317 | 376 | 100 | 23 | 0 | 113 | 0 | 113 | 143 | 76 |
| Binary | 11001111 | 11111110 | 1000000 | 10011 | 0 | 1001011 | 0 | 1001011 | 1100011 | 111110 |
Color Harmonies of #CFFE40
Complementary color
Monochromatic Colors of #CFFE40
Black with #CFFE40
Text Example
Text Example
White with #CFFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE40; }
p { color: rgb(207,254,64); }
H1.HeaderClassName
{
color: #CFFE40;
}
.AnyTagClassName
{
color: #CFFE40;
}
</style>
background-color css
<style>
a { background-color: #CFFE40; }
a { background-color: rgb(207,254,64); }
div.DivClassName
{
background-color: #CFFE40;
}
.BgClassName
{
background-color: #CFFE40;
}
</style>
border-color css
<style>
span { border-color: #CFFE40; }
span { border-color: rgb(207,254,64); }
td.TdClassName
{
border-color: #CFFE40;
}
.TagClassName
{
border-color: #CFFE40;
}
</style>