Shades of Pear #CFF84C
Tints of Pear #CFF84C
RGB
CMYK
RGB Variations
Color information
#CFF84C (or 0xCFF84C) is known color: Pear. HEX triplet: CF, F8 and 4C. RGB value is (207,248,76). Sum of RGB (Red+Green+Blue) = 207+248+76=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 248 (97.27% from 255 or 46.70% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF84C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF84C is #3007B3. Grayscale: #D8D8D8. Windows color (decimal): -3147700 or 5044431. OLE color: 5044431.
HSL color Cylindrical-coordinate representation of color #CFF84C: hue angle of 74.3º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CFF84C is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 76 | - |
| CMYK | 0.17 | 0 | 0.69 | 0.03 |
| HSL | 74.3º | 0.92% | 0.64% | - |
| HSV(B) | 74.3º | 0.69% | 0.97% | - |
| XYZ | 60.6 | 80.92 | 19.26 | - |
| YUV | 216.13 | 48.92 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 76 | 0.17 | 0 | 0.69 | 0.03 | 74.3 | 0.92 | 0.64 |
| Hex | CF | F8 | 4C | 11 | 0 | 45 | 3 | 4A | 5C | 40 |
| Octal | 317 | 370 | 114 | 21 | 0 | 105 | 3 | 112 | 134 | 100 |
| Binary | 11001111 | 11111000 | 1001100 | 10001 | 0 | 1000101 | 11 | 1001010 | 1011100 | 1000000 |
Color Harmonies of #CFF84C
Complementary color
Monochromatic Colors of #CFF84C
Black with #CFF84C
Text Example
Text Example
White with #CFF84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF84C; }
p { color: rgb(207,248,76); }
H1.HeaderClassName
{
color: #CFF84C;
}
.AnyTagClassName
{
color: #CFF84C;
}
</style>
background-color css
<style>
a { background-color: #CFF84C; }
a { background-color: rgb(207,248,76); }
div.DivClassName
{
background-color: #CFF84C;
}
.BgClassName
{
background-color: #CFF84C;
}
</style>
border-color css
<style>
span { border-color: #CFF84C; }
span { border-color: rgb(207,248,76); }
td.TdClassName
{
border-color: #CFF84C;
}
.TagClassName
{
border-color: #CFF84C;
}
</style>