Shades of Pear #CFFE3E
Tints of Pear #CFFE3E
RGB
CMYK
RGB Variations
Color information
#CFFE3E (or 0xCFFE3E) is known color: Pear. HEX triplet: CF, FE and 3E. RGB value is (207,254,62). Sum of RGB (Red+Green+Blue) = 207+254+62=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 62 (24.61% from 255 or 11.85% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFE3E is #3001C1. Grayscale: #DADADA. Windows color (decimal): -3146178 or 4128463. OLE color: 4128463.
HSL color Cylindrical-coordinate representation of color #CFFE3E: hue angle of 74.69º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFFE3E is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 254 | 62 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.00 |
| HSL | 74.69º | 0.99% | 0.62% | - |
| HSV(B) | 74.69º | 0.76% | 1% | - |
| XYZ | 62.04 | 84.5 | 17.6 | - |
| YUV | 218.06 | 39.93 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 254 | 62 | 0.19 | 0 | 0.76 | 0.00 | 74.69 | 0.99 | 0.62 |
| Hex | CF | FE | 3E | 13 | 0 | 4C | 0 | 4B | 63 | 3E |
| Octal | 317 | 376 | 76 | 23 | 0 | 114 | 0 | 113 | 143 | 76 |
| Binary | 11001111 | 11111110 | 111110 | 10011 | 0 | 1001100 | 0 | 1001011 | 1100011 | 111110 |
Color Harmonies of #CFFE3E
Complementary color
Monochromatic Colors of #CFFE3E
Black with #CFFE3E
Text Example
Text Example
White with #CFFE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFE3E; }
p { color: rgb(207,254,62); }
H1.HeaderClassName
{
color: #CFFE3E;
}
.AnyTagClassName
{
color: #CFFE3E;
}
</style>
background-color css
<style>
a { background-color: #CFFE3E; }
a { background-color: rgb(207,254,62); }
div.DivClassName
{
background-color: #CFFE3E;
}
.BgClassName
{
background-color: #CFFE3E;
}
</style>
border-color css
<style>
span { border-color: #CFFE3E; }
span { border-color: rgb(207,254,62); }
td.TdClassName
{
border-color: #CFFE3E;
}
.TagClassName
{
border-color: #CFFE3E;
}
</style>