Shades of Pear #CEDF19
Tints of Pear #CEDF19
RGB
CMYK
RGB Variations
Color information
#CEDF19 (or 0xCEDF19) is known color: Pear. HEX triplet: CE, DF and 19. RGB value is (206,223,25). Sum of RGB (Red+Green+Blue) = 206+223+25=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 223 (87.5% from 255 or 49.12% from 454); Blue value is 25 (10.16% from 255 or 5.51% from 454); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF19 is #3120E6. Grayscale: #C4C4C4. Windows color (decimal): -3219687 or 1695694. OLE color: 1695694.
HSL color Cylindrical-coordinate representation of color #CEDF19: hue angle of 65.15º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEDF19 is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 223 | 25 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.13 |
| HSL | 65.15º | 0.8% | 0.49% | - |
| HSV(B) | 65.15º | 0.89% | 0.87% | - |
| XYZ | 52.02 | 65.97 | 10.91 | - |
| YUV | 195.35 | 31.87 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 223 | 25 | 0.08 | 0 | 0.89 | 0.13 | 65.15 | 0.8 | 0.49 |
| Hex | CE | DF | 19 | 8 | 0 | 59 | D | 41 | 50 | 31 |
| Octal | 316 | 337 | 31 | 10 | 0 | 131 | 15 | 101 | 120 | 61 |
| Binary | 11001110 | 11011111 | 11001 | 1000 | 0 | 1011001 | 1101 | 1000001 | 1010000 | 110001 |
Color Harmonies of #CEDF19
Complementary color
Monochromatic Colors of #CEDF19
Black with #CEDF19
Text Example
Text Example
White with #CEDF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDF19; }
p { color: rgb(206,223,25); }
H1.HeaderClassName
{
color: #CEDF19;
}
.AnyTagClassName
{
color: #CEDF19;
}
</style>
background-color css
<style>
a { background-color: #CEDF19; }
a { background-color: rgb(206,223,25); }
div.DivClassName
{
background-color: #CEDF19;
}
.BgClassName
{
background-color: #CEDF19;
}
</style>
border-color css
<style>
span { border-color: #CEDF19; }
span { border-color: rgb(206,223,25); }
td.TdClassName
{
border-color: #CEDF19;
}
.TagClassName
{
border-color: #CEDF19;
}
</style>