Shades of Pear #CFFA2E
Tints of Pear #CFFA2E
RGB
CMYK
RGB Variations
Color information
#CFFA2E (or 0xCFFA2E) is known color: Pear. HEX triplet: CF, FA and 2E. RGB value is (207,250,46). Sum of RGB (Red+Green+Blue) = 207+250+46=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 46 (18.36% from 255 or 9.15% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFA2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFA2E is #3005D1. Grayscale: #D6D6D6. Windows color (decimal): -3147218 or 3078863. OLE color: 3078863.
HSL color Cylindrical-coordinate representation of color #CFFA2E: hue angle of 72.65º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFA2E is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 250 | 46 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.02 |
| HSL | 72.65º | 0.95% | 0.58% | - |
| HSV(B) | 72.65º | 0.82% | 0.98% | - |
| XYZ | 60.41 | 81.83 | 15.2 | - |
| YUV | 213.89 | 33.25 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 250 | 46 | 0.17 | 0 | 0.82 | 0.02 | 72.65 | 0.95 | 0.58 |
| Hex | CF | FA | 2E | 11 | 0 | 52 | 2 | 49 | 5F | 3A |
| Octal | 317 | 372 | 56 | 21 | 0 | 122 | 2 | 111 | 137 | 72 |
| Binary | 11001111 | 11111010 | 101110 | 10001 | 0 | 1010010 | 10 | 1001001 | 1011111 | 111010 |
Color Harmonies of #CFFA2E
Complementary color
Monochromatic Colors of #CFFA2E
Black with #CFFA2E
Text Example
Text Example
White with #CFFA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFA2E; }
p { color: rgb(207,250,46); }
H1.HeaderClassName
{
color: #CFFA2E;
}
.AnyTagClassName
{
color: #CFFA2E;
}
</style>
background-color css
<style>
a { background-color: #CFFA2E; }
a { background-color: rgb(207,250,46); }
div.DivClassName
{
background-color: #CFFA2E;
}
.BgClassName
{
background-color: #CFFA2E;
}
</style>
border-color css
<style>
span { border-color: #CFFA2E; }
span { border-color: rgb(207,250,46); }
td.TdClassName
{
border-color: #CFFA2E;
}
.TagClassName
{
border-color: #CFFA2E;
}
</style>