Shades of Pear #CFFE46
Tints of Pear #CFFE46
RGB
CMYK
RGB Variations
Color information
#CFFE46 (or 0xCFFE46) is known color: Pear. HEX triplet: CF, FE and 46. RGB value is (207,254,70). Sum of RGB (Red+Green+Blue) = 207+254+70=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 70 (27.73% from 255 or 13.18% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE46 is #3001B9. Grayscale: #DBDBDB. Windows color (decimal): -3146170 or 4652751. OLE color: 4652751.
HSL color Cylindrical-coordinate representation of color #CFFE46: hue angle of 75.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFFE46 is Cyan = 0.19, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 70 | - |
| CMYK | 0.19 | 0 | 0.72 | 0.00 |
| HSL | 75.33º | 0.99% | 0.64% | - |
| HSV(B) | 75.33º | 0.72% | 1% | - |
| XYZ | 62.28 | 84.59 | 18.84 | - |
| YUV | 218.97 | 43.93 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 70 | 0.19 | 0 | 0.72 | 0.00 | 75.33 | 0.99 | 0.64 |
| Hex | CF | FE | 46 | 13 | 0 | 48 | 0 | 4B | 63 | 40 |
| Octal | 317 | 376 | 106 | 23 | 0 | 110 | 0 | 113 | 143 | 100 |
| Binary | 11001111 | 11111110 | 1000110 | 10011 | 0 | 1001000 | 0 | 1001011 | 1100011 | 1000000 |
Color Harmonies of #CFFE46
Complementary color
Monochromatic Colors of #CFFE46
Black with #CFFE46
Text Example
Text Example
White with #CFFE46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE46; }
p { color: rgb(207,254,70); }
H1.HeaderClassName
{
color: #CFFE46;
}
.AnyTagClassName
{
color: #CFFE46;
}
</style>
background-color css
<style>
a { background-color: #CFFE46; }
a { background-color: rgb(207,254,70); }
div.DivClassName
{
background-color: #CFFE46;
}
.BgClassName
{
background-color: #CFFE46;
}
</style>
border-color css
<style>
span { border-color: #CFFE46; }
span { border-color: rgb(207,254,70); }
td.TdClassName
{
border-color: #CFFE46;
}
.TagClassName
{
border-color: #CFFE46;
}
</style>