Shades of Pear #CFFD4D
Tints of Pear #CFFD4D
RGB
CMYK
RGB Variations
Color information
#CFFD4D (or 0xCFFD4D) is known color: Pear. HEX triplet: CF, FD and 4D. RGB value is (207,253,77). Sum of RGB (Red+Green+Blue) = 207+253+77=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 253 (99.22% from 255 or 47.11% from 537); Blue value is 77 (30.47% from 255 or 14.34% from 537); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFD4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFD4D is #3002B2. Grayscale: #DBDBDB. Windows color (decimal): -3146419 or 5111247. OLE color: 5111247.
HSL color Cylindrical-coordinate representation of color #CFFD4D: hue angle of 75.68º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFD4D is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 253 | 77 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.01 |
| HSL | 75.68º | 0.98% | 0.65% | - |
| HSV(B) | 75.68º | 0.7% | 0.99% | - |
| XYZ | 62.2 | 84.05 | 19.97 | - |
| YUV | 219.18 | 47.76 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 253 | 77 | 0.18 | 0 | 0.70 | 0.01 | 75.68 | 0.98 | 0.65 |
| Hex | CF | FD | 4D | 12 | 0 | 46 | 1 | 4C | 62 | 41 |
| Octal | 317 | 375 | 115 | 22 | 0 | 106 | 1 | 114 | 142 | 101 |
| Binary | 11001111 | 11111101 | 1001101 | 10010 | 0 | 1000110 | 1 | 1001100 | 1100010 | 1000001 |
Color Harmonies of #CFFD4D
Complementary color
Monochromatic Colors of #CFFD4D
Black with #CFFD4D
Text Example
Text Example
White with #CFFD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFD4D; }
p { color: rgb(207,253,77); }
H1.HeaderClassName
{
color: #CFFD4D;
}
.AnyTagClassName
{
color: #CFFD4D;
}
</style>
background-color css
<style>
a { background-color: #CFFD4D; }
a { background-color: rgb(207,253,77); }
div.DivClassName
{
background-color: #CFFD4D;
}
.BgClassName
{
background-color: #CFFD4D;
}
</style>
border-color css
<style>
span { border-color: #CFFD4D; }
span { border-color: rgb(207,253,77); }
td.TdClassName
{
border-color: #CFFD4D;
}
.TagClassName
{
border-color: #CFFD4D;
}
</style>