Shades of Pear #CDE419
Tints of Pear #CDE419
RGB
CMYK
RGB Variations
Color information
#CDE419 (or 0xCDE419) is known color: Pear. HEX triplet: CD, E4 and 19. RGB value is (205,228,25). Sum of RGB (Red+Green+Blue) = 205+228+25=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 228 (89.45% from 255 or 49.78% from 458); Blue value is 25 (10.16% from 255 or 5.46% from 458); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE419 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CDE419 is #321BE6. Grayscale: #C6C6C6. Windows color (decimal): -3283943 or 1696973. OLE color: 1696973.
HSL color Cylindrical-coordinate representation of color #CDE419: hue angle of 66.8º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDE419 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 25 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.11 |
| HSL | 66.8º | 0.8% | 0.5% | - |
| HSV(B) | 66.8º | 0.89% | 0.89% | - |
| XYZ | 53.1 | 68.54 | 11.35 | - |
| YUV | 197.98 | 30.38 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 25 | 0.10 | 0 | 0.89 | 0.11 | 66.8 | 0.8 | 0.5 |
| Hex | CD | E4 | 19 | A | 0 | 59 | B | 43 | 50 | 32 |
| Octal | 315 | 344 | 31 | 12 | 0 | 131 | 13 | 103 | 120 | 62 |
| Binary | 11001101 | 11100100 | 11001 | 1010 | 0 | 1011001 | 1011 | 1000011 | 1010000 | 110010 |
Color Harmonies of #CDE419
Complementary color
Monochromatic Colors of #CDE419
Black with #CDE419
Text Example
Text Example
White with #CDE419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE419; }
p { color: rgb(205,228,25); }
H1.HeaderClassName
{
color: #CDE419;
}
.AnyTagClassName
{
color: #CDE419;
}
</style>
background-color css
<style>
a { background-color: #CDE419; }
a { background-color: rgb(205,228,25); }
div.DivClassName
{
background-color: #CDE419;
}
.BgClassName
{
background-color: #CDE419;
}
</style>
border-color css
<style>
span { border-color: #CDE419; }
span { border-color: rgb(205,228,25); }
td.TdClassName
{
border-color: #CDE419;
}
.TagClassName
{
border-color: #CDE419;
}
</style>