Shades of Pear #CFF84A
Tints of Pear #CFF84A
RGB
CMYK
RGB Variations
Color information
#CFF84A (or 0xCFF84A) is known color: Pear. HEX triplet: CF, F8 and 4A. RGB value is (207,248,74). Sum of RGB (Red+Green+Blue) = 207+248+74=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF84A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF84A is #3007B5. Grayscale: #D8D8D8. Windows color (decimal): -3147702 or 4913359. OLE color: 4913359.
HSL color Cylindrical-coordinate representation of color #CFF84A: hue angle of 74.14º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFF84A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 74 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.03 |
| HSL | 74.14º | 0.93% | 0.63% | - |
| HSV(B) | 74.14º | 0.7% | 0.97% | - |
| XYZ | 60.54 | 80.89 | 18.9 | - |
| YUV | 215.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 74 | 0.17 | 0 | 0.70 | 0.03 | 74.14 | 0.93 | 0.63 |
| Hex | CF | F8 | 4A | 11 | 0 | 46 | 3 | 4A | 5D | 3F |
| Octal | 317 | 370 | 112 | 21 | 0 | 106 | 3 | 112 | 135 | 77 |
| Binary | 11001111 | 11111000 | 1001010 | 10001 | 0 | 1000110 | 11 | 1001010 | 1011101 | 111111 |
Color Harmonies of #CFF84A
Complementary color
Monochromatic Colors of #CFF84A
Black with #CFF84A
Text Example
Text Example
White with #CFF84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF84A; }
p { color: rgb(207,248,74); }
H1.HeaderClassName
{
color: #CFF84A;
}
.AnyTagClassName
{
color: #CFF84A;
}
</style>
background-color css
<style>
a { background-color: #CFF84A; }
a { background-color: rgb(207,248,74); }
div.DivClassName
{
background-color: #CFF84A;
}
.BgClassName
{
background-color: #CFF84A;
}
</style>
border-color css
<style>
span { border-color: #CFF84A; }
span { border-color: rgb(207,248,74); }
td.TdClassName
{
border-color: #CFF84A;
}
.TagClassName
{
border-color: #CFF84A;
}
</style>