Shades of Pear #CFFA4A
Tints of Pear #CFFA4A
RGB
CMYK
RGB Variations
Color information
#CFFA4A (or 0xCFFA4A) is known color: Pear. HEX triplet: CF, FA and 4A. RGB value is (207,250,74). Sum of RGB (Red+Green+Blue) = 207+250+74=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 74 (29.30% from 255 or 13.94% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA4A is #3005B5. Grayscale: #D9D9D9. Windows color (decimal): -3147190 or 4913871. OLE color: 4913871.
HSL color Cylindrical-coordinate representation of color #CFFA4A: hue angle of 74.66º 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 #CFFA4A is Cyan = 0.17, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 74 | - |
| CMYK | 0.17 | 0 | 0.70 | 0.02 |
| HSL | 74.66º | 0.95% | 0.64% | - |
| HSV(B) | 74.66º | 0.7% | 0.98% | - |
| XYZ | 61.15 | 82.13 | 19.11 | - |
| YUV | 217.08 | 47.25 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 74 | 0.17 | 0 | 0.70 | 0.02 | 74.66 | 0.95 | 0.64 |
| Hex | CF | FA | 4A | 11 | 0 | 46 | 2 | 4B | 5F | 40 |
| Octal | 317 | 372 | 112 | 21 | 0 | 106 | 2 | 113 | 137 | 100 |
| Binary | 11001111 | 11111010 | 1001010 | 10001 | 0 | 1000110 | 10 | 1001011 | 1011111 | 1000000 |
Color Harmonies of #CFFA4A
Complementary color
Monochromatic Colors of #CFFA4A
Black with #CFFA4A
Text Example
Text Example
White with #CFFA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA4A; }
p { color: rgb(207,250,74); }
H1.HeaderClassName
{
color: #CFFA4A;
}
.AnyTagClassName
{
color: #CFFA4A;
}
</style>
background-color css
<style>
a { background-color: #CFFA4A; }
a { background-color: rgb(207,250,74); }
div.DivClassName
{
background-color: #CFFA4A;
}
.BgClassName
{
background-color: #CFFA4A;
}
</style>
border-color css
<style>
span { border-color: #CFFA4A; }
span { border-color: rgb(207,250,74); }
td.TdClassName
{
border-color: #CFFA4A;
}
.TagClassName
{
border-color: #CFFA4A;
}
</style>