Shades of Pear #CEDE17
Tints of Pear #CEDE17
RGB
CMYK
RGB Variations
Color information
#CEDE17 (or 0xCEDE17) is known color: Pear. HEX triplet: CE, DE and 17. RGB value is (206,222,23). Sum of RGB (Red+Green+Blue) = 206+222+23=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 222 (87.11% from 255 or 49.22% from 451); Blue value is 23 (9.38% from 255 or 5.10% from 451); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE17 is #3121E8. Grayscale: #C3C3C3. Windows color (decimal): -3219945 or 1564366. OLE color: 1564366.
HSL color Cylindrical-coordinate representation of color #CEDE17: hue angle of 64.82º 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 #CEDE17 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 222 | 23 | - |
| CMYK | 0.07 | 0 | 0.90 | 0.13 |
| HSL | 64.82º | 0.81% | 0.48% | - |
| HSV(B) | 64.82º | 0.9% | 0.87% | - |
| XYZ | 51.73 | 65.43 | 10.71 | - |
| YUV | 194.53 | 31.2 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 222 | 23 | 0.07 | 0 | 0.90 | 0.13 | 64.82 | 0.81 | 0.48 |
| Hex | CE | DE | 17 | 7 | 0 | 5A | D | 41 | 51 | 30 |
| Octal | 316 | 336 | 27 | 7 | 0 | 132 | 15 | 101 | 121 | 60 |
| Binary | 11001110 | 11011110 | 10111 | 111 | 0 | 1011010 | 1101 | 1000001 | 1010001 | 110000 |
Color Harmonies of #CEDE17
Complementary color
Monochromatic Colors of #CEDE17
Black with #CEDE17
Text Example
Text Example
White with #CEDE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDE17; }
p { color: rgb(206,222,23); }
H1.HeaderClassName
{
color: #CEDE17;
}
.AnyTagClassName
{
color: #CEDE17;
}
</style>
background-color css
<style>
a { background-color: #CEDE17; }
a { background-color: rgb(206,222,23); }
div.DivClassName
{
background-color: #CEDE17;
}
.BgClassName
{
background-color: #CEDE17;
}
</style>
border-color css
<style>
span { border-color: #CEDE17; }
span { border-color: rgb(206,222,23); }
td.TdClassName
{
border-color: #CEDE17;
}
.TagClassName
{
border-color: #CEDE17;
}
</style>