Shades of Pear #CFDE2F
Tints of Pear #CFDE2F
RGB
CMYK
RGB Variations
Color information
#CFDE2F (or 0xCFDE2F) is known color: Pear. HEX triplet: CF, DE and 2F. RGB value is (207,222,47). Sum of RGB (Red+Green+Blue) = 207+222+47=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 222 (87.11% from 255 or 46.64% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE2F is #3021D0. Grayscale: #C6C6C6. Windows color (decimal): -3154385 or 3137231. OLE color: 3137231.
HSL color Cylindrical-coordinate representation of color #CFDE2F: hue angle of 65.14º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDE2F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 47 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.13 |
| HSL | 65.14º | 0.73% | 0.53% | - |
| HSV(B) | 65.14º | 0.79% | 0.87% | - |
| XYZ | 52.37 | 65.71 | 12.61 | - |
| YUV | 197.57 | 43.03 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 47 | 0.07 | 0 | 0.79 | 0.13 | 65.14 | 0.73 | 0.53 |
| Hex | CF | DE | 2F | 7 | 0 | 4F | D | 41 | 49 | 35 |
| Octal | 317 | 336 | 57 | 7 | 0 | 117 | 15 | 101 | 111 | 65 |
| Binary | 11001111 | 11011110 | 101111 | 111 | 0 | 1001111 | 1101 | 1000001 | 1001001 | 110101 |
Color Harmonies of #CFDE2F
Complementary color
Monochromatic Colors of #CFDE2F
Black with #CFDE2F
Text Example
Text Example
White with #CFDE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE2F; }
p { color: rgb(207,222,47); }
H1.HeaderClassName
{
color: #CFDE2F;
}
.AnyTagClassName
{
color: #CFDE2F;
}
</style>
background-color css
<style>
a { background-color: #CFDE2F; }
a { background-color: rgb(207,222,47); }
div.DivClassName
{
background-color: #CFDE2F;
}
.BgClassName
{
background-color: #CFDE2F;
}
</style>
border-color css
<style>
span { border-color: #CFDE2F; }
span { border-color: rgb(207,222,47); }
td.TdClassName
{
border-color: #CFDE2F;
}
.TagClassName
{
border-color: #CFDE2F;
}
</style>