Shades of Pear #CFFE2E
Tints of Pear #CFFE2E
RGB
CMYK
RGB Variations
Color information
#CFFE2E (or 0xCFFE2E) is known color: Pear. HEX triplet: CF, FE and 2E. RGB value is (207,254,46). Sum of RGB (Red+Green+Blue) = 207+254+46=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE2E is #3001D1. Grayscale: #D9D9D9. Windows color (decimal): -3146194 or 3079887. OLE color: 3079887.
HSL color Cylindrical-coordinate representation of color #CFFE2E: hue angle of 73.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFFE2E is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 46 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.00 |
| HSL | 73.56º | 0.99% | 0.59% | - |
| HSV(B) | 73.56º | 0.82% | 1% | - |
| XYZ | 61.67 | 84.35 | 15.62 | - |
| YUV | 216.24 | 31.93 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 46 | 0.19 | 0 | 0.82 | 0.00 | 73.56 | 0.99 | 0.59 |
| Hex | CF | FE | 2E | 13 | 0 | 52 | 0 | 4A | 63 | 3B |
| Octal | 317 | 376 | 56 | 23 | 0 | 122 | 0 | 112 | 143 | 73 |
| Binary | 11001111 | 11111110 | 101110 | 10011 | 0 | 1010010 | 0 | 1001010 | 1100011 | 111011 |
Color Harmonies of #CFFE2E
Complementary color
Monochromatic Colors of #CFFE2E
Black with #CFFE2E
Text Example
Text Example
White with #CFFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE2E; }
p { color: rgb(207,254,46); }
H1.HeaderClassName
{
color: #CFFE2E;
}
.AnyTagClassName
{
color: #CFFE2E;
}
</style>
background-color css
<style>
a { background-color: #CFFE2E; }
a { background-color: rgb(207,254,46); }
div.DivClassName
{
background-color: #CFFE2E;
}
.BgClassName
{
background-color: #CFFE2E;
}
</style>
border-color css
<style>
span { border-color: #CFFE2E; }
span { border-color: rgb(207,254,46); }
td.TdClassName
{
border-color: #CFFE2E;
}
.TagClassName
{
border-color: #CFFE2E;
}
</style>