Shades of Pear #CEDF17
Tints of Pear #CEDF17
RGB
CMYK
RGB Variations
Color information
#CEDF17 (or 0xCEDF17) is known color: Pear. HEX triplet: CE, DF and 17. RGB value is (206,223,23). Sum of RGB (Red+Green+Blue) = 206+223+23=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 23 (9.38% from 255 or 5.09% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF17 is #3120E8. Grayscale: #C3C3C3. Windows color (decimal): -3219689 or 1564622. OLE color: 1564622.
HSL color Cylindrical-coordinate representation of color #CEDF17: hue angle of 65.1º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEDF17 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 23 | - |
| CMYK | 0.08 | 0 | 0.90 | 0.13 |
| HSL | 65.1º | 0.81% | 0.48% | - |
| HSV(B) | 65.1º | 0.9% | 0.87% | - |
| XYZ | 52 | 65.96 | 10.8 | - |
| YUV | 195.12 | 30.87 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 23 | 0.08 | 0 | 0.90 | 0.13 | 65.1 | 0.81 | 0.48 |
| Hex | CE | DF | 17 | 8 | 0 | 5A | D | 41 | 51 | 30 |
| Octal | 316 | 337 | 27 | 10 | 0 | 132 | 15 | 101 | 121 | 60 |
| Binary | 11001110 | 11011111 | 10111 | 1000 | 0 | 1011010 | 1101 | 1000001 | 1010001 | 110000 |
Color Harmonies of #CEDF17
Complementary color
Monochromatic Colors of #CEDF17
Black with #CEDF17
Text Example
Text Example
White with #CEDF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF17; }
p { color: rgb(206,223,23); }
H1.HeaderClassName
{
color: #CEDF17;
}
.AnyTagClassName
{
color: #CEDF17;
}
</style>
background-color css
<style>
a { background-color: #CEDF17; }
a { background-color: rgb(206,223,23); }
div.DivClassName
{
background-color: #CEDF17;
}
.BgClassName
{
background-color: #CEDF17;
}
</style>
border-color css
<style>
span { border-color: #CEDF17; }
span { border-color: rgb(206,223,23); }
td.TdClassName
{
border-color: #CEDF17;
}
.TagClassName
{
border-color: #CEDF17;
}
</style>