Shades of Pear #CEDF31
Tints of Pear #CEDF31
RGB
CMYK
RGB Variations
Color information
#CEDF31 (or 0xCEDF31) is known color: Pear. HEX triplet: CE, DF and 31. RGB value is (206,223,49). Sum of RGB (Red+Green+Blue) = 206+223+49=478 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.10% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 49 (19.53% from 255 or 10.25% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF31 is #3120CE. Grayscale: #C6C6C6. Windows color (decimal): -3219663 or 3268558. OLE color: 3268558.
HSL color Cylindrical-coordinate representation of color #CEDF31: hue angle of 65.86º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEDF31 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 49 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.13 |
| HSL | 65.86º | 0.73% | 0.53% | - |
| HSV(B) | 65.86º | 0.78% | 0.87% | - |
| XYZ | 52.4 | 66.12 | 12.91 | - |
| YUV | 198.08 | 43.87 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 49 | 0.08 | 0 | 0.78 | 0.13 | 65.86 | 0.73 | 0.53 |
| Hex | CE | DF | 31 | 8 | 0 | 4E | D | 42 | 49 | 35 |
| Octal | 316 | 337 | 61 | 10 | 0 | 116 | 15 | 102 | 111 | 65 |
| Binary | 11001110 | 11011111 | 110001 | 1000 | 0 | 1001110 | 1101 | 1000010 | 1001001 | 110101 |
Color Harmonies of #CEDF31
Complementary color
Monochromatic Colors of #CEDF31
Black with #CEDF31
Text Example
Text Example
White with #CEDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF31; }
p { color: rgb(206,223,49); }
H1.HeaderClassName
{
color: #CEDF31;
}
.AnyTagClassName
{
color: #CEDF31;
}
</style>
background-color css
<style>
a { background-color: #CEDF31; }
a { background-color: rgb(206,223,49); }
div.DivClassName
{
background-color: #CEDF31;
}
.BgClassName
{
background-color: #CEDF31;
}
</style>
border-color css
<style>
span { border-color: #CEDF31; }
span { border-color: rgb(206,223,49); }
td.TdClassName
{
border-color: #CEDF31;
}
.TagClassName
{
border-color: #CEDF31;
}
</style>