Shades of Pear #CFFC40
Tints of Pear #CFFC40
RGB
CMYK
RGB Variations
Color information
#CFFC40 (or 0xCFFC40) is known color: Pear. HEX triplet: CF, FC and 40. RGB value is (207,252,64). Sum of RGB (Red+Green+Blue) = 207+252+64=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 64 (25.39% from 255 or 12.24% from 523); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC40 is #3003BF. Grayscale: #D9D9D9. Windows color (decimal): -3146688 or 4259023. OLE color: 4259023.
HSL color Cylindrical-coordinate representation of color #CFFC40: hue angle of 74.36º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFFC40 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 64 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.01 |
| HSL | 74.36º | 0.97% | 0.62% | - |
| HSV(B) | 74.36º | 0.75% | 0.99% | - |
| XYZ | 61.47 | 83.26 | 17.68 | - |
| YUV | 217.11 | 41.59 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 64 | 0.18 | 0 | 0.75 | 0.01 | 74.36 | 0.97 | 0.62 |
| Hex | CF | FC | 40 | 12 | 0 | 4B | 1 | 4A | 61 | 3E |
| Octal | 317 | 374 | 100 | 22 | 0 | 113 | 1 | 112 | 141 | 76 |
| Binary | 11001111 | 11111100 | 1000000 | 10010 | 0 | 1001011 | 1 | 1001010 | 1100001 | 111110 |
Color Harmonies of #CFFC40
Complementary color
Monochromatic Colors of #CFFC40
Black with #CFFC40
Text Example
Text Example
White with #CFFC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC40; }
p { color: rgb(207,252,64); }
H1.HeaderClassName
{
color: #CFFC40;
}
.AnyTagClassName
{
color: #CFFC40;
}
</style>
background-color css
<style>
a { background-color: #CFFC40; }
a { background-color: rgb(207,252,64); }
div.DivClassName
{
background-color: #CFFC40;
}
.BgClassName
{
background-color: #CFFC40;
}
</style>
border-color css
<style>
span { border-color: #CFFC40; }
span { border-color: rgb(207,252,64); }
td.TdClassName
{
border-color: #CFFC40;
}
.TagClassName
{
border-color: #CFFC40;
}
</style>