Shades of Pear #CEDF13
Tints of Pear #CEDF13
RGB
CMYK
RGB Variations
Color information
#CEDF13 (or 0xCEDF13) is known color: Pear. HEX triplet: CE, DF and 13. RGB value is (206,223,19). Sum of RGB (Red+Green+Blue) = 206+223+19=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 19 (7.81% from 255 or 4.24% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF13 is #3120EC. Grayscale: #C3C3C3. Windows color (decimal): -3219693 or 1302478. OLE color: 1302478.
HSL color Cylindrical-coordinate representation of color #CEDF13: hue angle of 65º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEDF13 is Cyan = 0.08, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 19 | - |
| CMYK | 0.08 | 0 | 0.91 | 0.13 |
| HSL | 65º | 0.84% | 0.47% | - |
| HSV(B) | 65º | 0.91% | 0.87% | - |
| XYZ | 51.96 | 65.94 | 10.61 | - |
| YUV | 194.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 19 | 0.08 | 0 | 0.91 | 0.13 | 65 | 0.84 | 0.47 |
| Hex | CE | DF | 13 | 8 | 0 | 5B | D | 41 | 54 | 2F |
| Octal | 316 | 337 | 23 | 10 | 0 | 133 | 15 | 101 | 124 | 57 |
| Binary | 11001110 | 11011111 | 10011 | 1000 | 0 | 1011011 | 1101 | 1000001 | 1010100 | 101111 |
Color Harmonies of #CEDF13
Complementary color
Monochromatic Colors of #CEDF13
Black with #CEDF13
Text Example
Text Example
White with #CEDF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF13; }
p { color: rgb(206,223,19); }
H1.HeaderClassName
{
color: #CEDF13;
}
.AnyTagClassName
{
color: #CEDF13;
}
</style>
background-color css
<style>
a { background-color: #CEDF13; }
a { background-color: rgb(206,223,19); }
div.DivClassName
{
background-color: #CEDF13;
}
.BgClassName
{
background-color: #CEDF13;
}
</style>
border-color css
<style>
span { border-color: #CEDF13; }
span { border-color: rgb(206,223,19); }
td.TdClassName
{
border-color: #CEDF13;
}
.TagClassName
{
border-color: #CEDF13;
}
</style>