Shades of Pear #CEDF1F
Tints of Pear #CEDF1F
RGB
CMYK
RGB Variations
Color information
#CEDF1F (or 0xCEDF1F) is known color: Pear. HEX triplet: CE, DF and 1F. RGB value is (206,223,31). Sum of RGB (Red+Green+Blue) = 206+223+31=460 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.78% from 460); Green value is 223 (87.5% from 255 or 48.48% from 460); Blue value is 31 (12.5% from 255 or 6.74% from 460); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF1F is #3120E0. Grayscale: #C4C4C4. Windows color (decimal): -3219681 or 2088910. OLE color: 2088910.
HSL color Cylindrical-coordinate representation of color #CEDF1F: hue angle of 65.31º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEDF1F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 31 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.13 |
| HSL | 65.31º | 0.76% | 0.5% | - |
| HSV(B) | 65.31º | 0.86% | 0.87% | - |
| XYZ | 52.09 | 66 | 11.29 | - |
| YUV | 196.03 | 34.87 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 31 | 0.08 | 0 | 0.86 | 0.13 | 65.31 | 0.76 | 0.5 |
| Hex | CE | DF | 1F | 8 | 0 | 56 | D | 41 | 4C | 32 |
| Octal | 316 | 337 | 37 | 10 | 0 | 126 | 15 | 101 | 114 | 62 |
| Binary | 11001110 | 11011111 | 11111 | 1000 | 0 | 1010110 | 1101 | 1000001 | 1001100 | 110010 |
Color Harmonies of #CEDF1F
Complementary color
Monochromatic Colors of #CEDF1F
Black with #CEDF1F
Text Example
Text Example
White with #CEDF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF1F; }
p { color: rgb(206,223,31); }
H1.HeaderClassName
{
color: #CEDF1F;
}
.AnyTagClassName
{
color: #CEDF1F;
}
</style>
background-color css
<style>
a { background-color: #CEDF1F; }
a { background-color: rgb(206,223,31); }
div.DivClassName
{
background-color: #CEDF1F;
}
.BgClassName
{
background-color: #CEDF1F;
}
</style>
border-color css
<style>
span { border-color: #CEDF1F; }
span { border-color: rgb(206,223,31); }
td.TdClassName
{
border-color: #CEDF1F;
}
.TagClassName
{
border-color: #CEDF1F;
}
</style>