Shades of Pear #CFFF4D
Tints of Pear #CFFF4D
RGB
CMYK
RGB Variations
Color information
#CFFF4D (or 0xCFFF4D) is known color: Pear. HEX triplet: CF, FF and 4D. RGB value is (207,255,77). Sum of RGB (Red+Green+Blue) = 207+255+77=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 77 (30.47% from 255 or 14.29% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFF4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFFF4D is #3000B2. Grayscale: #DDDDDD. Windows color (decimal): -3145907 or 5111759. OLE color: 5111759.
HSL color Cylindrical-coordinate representation of color #CFFF4D: hue angle of 76.18º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFFF4D is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 77 | - |
| CMYK | 0.19 | 0 | 0.70 | 0 |
| HSL | 76.18º | 1% | 0.65% | - |
| HSV(B) | 76.18º | 0.7% | 1% | - |
| XYZ | 62.83 | 85.32 | 20.18 | - |
| YUV | 220.36 | 47.1 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 77 | 0.19 | 0 | 0.70 | 0 | 76.18 | 1 | 0.65 |
| Hex | CF | FF | 4D | 13 | 0 | 46 | 0 | 4C | 64 | 41 |
| Octal | 317 | 377 | 115 | 23 | 0 | 106 | 0 | 114 | 144 | 101 |
| Binary | 11001111 | 11111111 | 1001101 | 10011 | 0 | 1000110 | 0 | 1001100 | 1100100 | 1000001 |
Color Harmonies of #CFFF4D
Complementary color
Monochromatic Colors of #CFFF4D
Black with #CFFF4D
Text Example
Text Example
White with #CFFF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFF4D; }
p { color: rgb(207,255,77); }
H1.HeaderClassName
{
color: #CFFF4D;
}
.AnyTagClassName
{
color: #CFFF4D;
}
</style>
background-color css
<style>
a { background-color: #CFFF4D; }
a { background-color: rgb(207,255,77); }
div.DivClassName
{
background-color: #CFFF4D;
}
.BgClassName
{
background-color: #CFFF4D;
}
</style>
border-color css
<style>
span { border-color: #CFFF4D; }
span { border-color: rgb(207,255,77); }
td.TdClassName
{
border-color: #CFFF4D;
}
.TagClassName
{
border-color: #CFFF4D;
}
</style>