Shades of Pear #CFFA4C
Tints of Pear #CFFA4C
RGB
CMYK
RGB Variations
Color information
#CFFA4C (or 0xCFFA4C) is known color: Pear. HEX triplet: CF, FA and 4C. RGB value is (207,250,76). Sum of RGB (Red+Green+Blue) = 207+250+76=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 76 (30.08% from 255 or 14.26% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA4C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA4C is #3005B3. Grayscale: #D9D9D9. Windows color (decimal): -3147188 or 5044943. OLE color: 5044943.
HSL color Cylindrical-coordinate representation of color #CFFA4C: hue angle of 74.83º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFA4C is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 76 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.02 |
| HSL | 74.83º | 0.95% | 0.64% | - |
| HSV(B) | 74.83º | 0.7% | 0.98% | - |
| XYZ | 61.22 | 82.16 | 19.47 | - |
| YUV | 217.31 | 48.25 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 76 | 0.17 | 0 | 0.70 | 0.02 | 74.83 | 0.95 | 0.64 |
| Hex | CF | FA | 4C | 11 | 0 | 46 | 2 | 4B | 5F | 40 |
| Octal | 317 | 372 | 114 | 21 | 0 | 106 | 2 | 113 | 137 | 100 |
| Binary | 11001111 | 11111010 | 1001100 | 10001 | 0 | 1000110 | 10 | 1001011 | 1011111 | 1000000 |
Color Harmonies of #CFFA4C
Complementary color
Monochromatic Colors of #CFFA4C
Black with #CFFA4C
Text Example
Text Example
White with #CFFA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA4C; }
p { color: rgb(207,250,76); }
H1.HeaderClassName
{
color: #CFFA4C;
}
.AnyTagClassName
{
color: #CFFA4C;
}
</style>
background-color css
<style>
a { background-color: #CFFA4C; }
a { background-color: rgb(207,250,76); }
div.DivClassName
{
background-color: #CFFA4C;
}
.BgClassName
{
background-color: #CFFA4C;
}
</style>
border-color css
<style>
span { border-color: #CFFA4C; }
span { border-color: rgb(207,250,76); }
td.TdClassName
{
border-color: #CFFA4C;
}
.TagClassName
{
border-color: #CFFA4C;
}
</style>