Shades of Pear #CFFC3E
Tints of Pear #CFFC3E
RGB
CMYK
RGB Variations
Color information
#CFFC3E (or 0xCFFC3E) is known color: Pear. HEX triplet: CF, FC and 3E. RGB value is (207,252,62). Sum of RGB (Red+Green+Blue) = 207+252+62=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 62 (24.61% from 255 or 11.90% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFC3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFFC3E is #3003C1. Grayscale: #D9D9D9. Windows color (decimal): -3146690 or 4127951. OLE color: 4127951.
HSL color Cylindrical-coordinate representation of color #CFFC3E: hue angle of 74.21º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFFC3E is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 252 | 62 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.01 |
| HSL | 74.21º | 0.97% | 0.62% | - |
| HSV(B) | 74.21º | 0.75% | 0.99% | - |
| XYZ | 61.41 | 83.23 | 17.39 | - |
| YUV | 216.89 | 40.59 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 252 | 62 | 0.18 | 0 | 0.75 | 0.01 | 74.21 | 0.97 | 0.62 |
| Hex | CF | FC | 3E | 12 | 0 | 4B | 1 | 4A | 61 | 3E |
| Octal | 317 | 374 | 76 | 22 | 0 | 113 | 1 | 112 | 141 | 76 |
| Binary | 11001111 | 11111100 | 111110 | 10010 | 0 | 1001011 | 1 | 1001010 | 1100001 | 111110 |
Color Harmonies of #CFFC3E
Complementary color
Monochromatic Colors of #CFFC3E
Black with #CFFC3E
Text Example
Text Example
White with #CFFC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFC3E; }
p { color: rgb(207,252,62); }
H1.HeaderClassName
{
color: #CFFC3E;
}
.AnyTagClassName
{
color: #CFFC3E;
}
</style>
background-color css
<style>
a { background-color: #CFFC3E; }
a { background-color: rgb(207,252,62); }
div.DivClassName
{
background-color: #CFFC3E;
}
.BgClassName
{
background-color: #CFFC3E;
}
</style>
border-color css
<style>
span { border-color: #CFFC3E; }
span { border-color: rgb(207,252,62); }
td.TdClassName
{
border-color: #CFFC3E;
}
.TagClassName
{
border-color: #CFFC3E;
}
</style>