Shades of Pear #CEDF2F
Tints of Pear #CEDF2F
RGB
CMYK
RGB Variations
Color information
#CEDF2F (or 0xCEDF2F) is known color: Pear. HEX triplet: CE, DF and 2F. RGB value is (206,223,47). Sum of RGB (Red+Green+Blue) = 206+223+47=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 47 (18.75% from 255 or 9.87% from 476); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF2F is #3120D0. Grayscale: #C6C6C6. Windows color (decimal): -3219665 or 3137486. OLE color: 3137486.
HSL color Cylindrical-coordinate representation of color #CEDF2F: hue angle of 65.8º 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 #CEDF2F is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 47 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.13 |
| HSL | 65.8º | 0.73% | 0.53% | - |
| HSV(B) | 65.8º | 0.79% | 0.87% | - |
| XYZ | 52.35 | 66.1 | 12.69 | - |
| YUV | 197.85 | 42.87 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 47 | 0.08 | 0 | 0.79 | 0.13 | 65.8 | 0.73 | 0.53 |
| Hex | CE | DF | 2F | 8 | 0 | 4F | D | 42 | 49 | 35 |
| Octal | 316 | 337 | 57 | 10 | 0 | 117 | 15 | 102 | 111 | 65 |
| Binary | 11001110 | 11011111 | 101111 | 1000 | 0 | 1001111 | 1101 | 1000010 | 1001001 | 110101 |
Color Harmonies of #CEDF2F
Complementary color
Monochromatic Colors of #CEDF2F
Black with #CEDF2F
Text Example
Text Example
White with #CEDF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF2F; }
p { color: rgb(206,223,47); }
H1.HeaderClassName
{
color: #CEDF2F;
}
.AnyTagClassName
{
color: #CEDF2F;
}
</style>
background-color css
<style>
a { background-color: #CEDF2F; }
a { background-color: rgb(206,223,47); }
div.DivClassName
{
background-color: #CEDF2F;
}
.BgClassName
{
background-color: #CEDF2F;
}
</style>
border-color css
<style>
span { border-color: #CEDF2F; }
span { border-color: rgb(206,223,47); }
td.TdClassName
{
border-color: #CEDF2F;
}
.TagClassName
{
border-color: #CEDF2F;
}
</style>