Shades of Pear #CFFC2F
Tints of Pear #CFFC2F
RGB
CMYK
RGB Variations
Color information
#CFFC2F (or 0xCFFC2F) is known color: Pear. HEX triplet: CF, FC and 2F. RGB value is (207,252,47). Sum of RGB (Red+Green+Blue) = 207+252+47=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 252 (98.83% from 255 or 49.80% from 506); Blue value is 47 (18.75% from 255 or 9.29% from 506); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC2F is #3003D0. Grayscale: #D7D7D7. Windows color (decimal): -3146705 or 3144911. OLE color: 3144911.
HSL color Cylindrical-coordinate representation of color #CFFC2F: hue angle of 73.17º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFFC2F is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 47 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.01 |
| HSL | 73.17º | 0.97% | 0.59% | - |
| HSV(B) | 73.17º | 0.81% | 0.99% | - |
| XYZ | 61.06 | 83.09 | 15.51 | - |
| YUV | 215.18 | 33.09 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 47 | 0.18 | 0 | 0.81 | 0.01 | 73.17 | 0.97 | 0.59 |
| Hex | CF | FC | 2F | 12 | 0 | 51 | 1 | 49 | 61 | 3B |
| Octal | 317 | 374 | 57 | 22 | 0 | 121 | 1 | 111 | 141 | 73 |
| Binary | 11001111 | 11111100 | 101111 | 10010 | 0 | 1010001 | 1 | 1001001 | 1100001 | 111011 |
Color Harmonies of #CFFC2F
Complementary color
Monochromatic Colors of #CFFC2F
Black with #CFFC2F
Text Example
Text Example
White with #CFFC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC2F; }
p { color: rgb(207,252,47); }
H1.HeaderClassName
{
color: #CFFC2F;
}
.AnyTagClassName
{
color: #CFFC2F;
}
</style>
background-color css
<style>
a { background-color: #CFFC2F; }
a { background-color: rgb(207,252,47); }
div.DivClassName
{
background-color: #CFFC2F;
}
.BgClassName
{
background-color: #CFFC2F;
}
</style>
border-color css
<style>
span { border-color: #CFFC2F; }
span { border-color: rgb(207,252,47); }
td.TdClassName
{
border-color: #CFFC2F;
}
.TagClassName
{
border-color: #CFFC2F;
}
</style>