Shades of Pear #CFF73F
Tints of Pear #CFF73F
RGB
CMYK
RGB Variations
Color information
#CFF73F (or 0xCFF73F) is known color: Pear. HEX triplet: CF, F7 and 3F. RGB value is (207,247,63). Sum of RGB (Red+Green+Blue) = 207+247+63=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 247 (96.88% from 255 or 47.78% from 517); Blue value is 63 (25% from 255 or 12.19% from 517); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF73F is #3008C0. Grayscale: #D6D6D6. Windows color (decimal): -3147969 or 4192207. OLE color: 4192207.
HSL color Cylindrical-coordinate representation of color #CFF73F: hue angle of 73.04º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFF73F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 63 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.03 |
| HSL | 73.04º | 0.92% | 0.61% | - |
| HSV(B) | 73.04º | 0.74% | 0.97% | - |
| XYZ | 59.89 | 80.15 | 17.02 | - |
| YUV | 214.06 | 42.75 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 63 | 0.16 | 0 | 0.74 | 0.03 | 73.04 | 0.92 | 0.61 |
| Hex | CF | F7 | 3F | 10 | 0 | 4A | 3 | 49 | 5C | 3D |
| Octal | 317 | 367 | 77 | 20 | 0 | 112 | 3 | 111 | 134 | 75 |
| Binary | 11001111 | 11110111 | 111111 | 10000 | 0 | 1001010 | 11 | 1001001 | 1011100 | 111101 |
Color Harmonies of #CFF73F
Complementary color
Monochromatic Colors of #CFF73F
Black with #CFF73F
Text Example
Text Example
White with #CFF73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF73F; }
p { color: rgb(207,247,63); }
H1.HeaderClassName
{
color: #CFF73F;
}
.AnyTagClassName
{
color: #CFF73F;
}
</style>
background-color css
<style>
a { background-color: #CFF73F; }
a { background-color: rgb(207,247,63); }
div.DivClassName
{
background-color: #CFF73F;
}
.BgClassName
{
background-color: #CFF73F;
}
</style>
border-color css
<style>
span { border-color: #CFF73F; }
span { border-color: rgb(207,247,63); }
td.TdClassName
{
border-color: #CFF73F;
}
.TagClassName
{
border-color: #CFF73F;
}
</style>