Shades of Pear #CDE819
Tints of Pear #CDE819
RGB
CMYK
RGB Variations
Color information
#CDE819 (or 0xCDE819) is known color: Pear. HEX triplet: CD, E8 and 19. RGB value is (205,232,25). Sum of RGB (Red+Green+Blue) = 205+232+25=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 232 (91.02% from 255 or 50.22% from 462); Blue value is 25 (10.16% from 255 or 5.41% from 462); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE819 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE819 is #3217E6. Grayscale: #C9C9C9. Windows color (decimal): -3282919 or 1697997. OLE color: 1697997.
HSL color Cylindrical-coordinate representation of color #CDE819: hue angle of 67.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CDE819 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 25 | - |
| CMYK | 0.12 | 0 | 0.89 | 0.09 |
| HSL | 67.83º | 0.82% | 0.5% | - |
| HSV(B) | 67.83º | 0.89% | 0.91% | - |
| XYZ | 54.21 | 70.76 | 11.72 | - |
| YUV | 200.33 | 29.05 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 25 | 0.12 | 0 | 0.89 | 0.09 | 67.83 | 0.82 | 0.5 |
| Hex | CD | E8 | 19 | C | 0 | 59 | 9 | 44 | 52 | 32 |
| Octal | 315 | 350 | 31 | 14 | 0 | 131 | 11 | 104 | 122 | 62 |
| Binary | 11001101 | 11101000 | 11001 | 1100 | 0 | 1011001 | 1001 | 1000100 | 1010010 | 110010 |
Color Harmonies of #CDE819
Complementary color
Monochromatic Colors of #CDE819
Black with #CDE819
Text Example
Text Example
White with #CDE819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE819; }
p { color: rgb(205,232,25); }
H1.HeaderClassName
{
color: #CDE819;
}
.AnyTagClassName
{
color: #CDE819;
}
</style>
background-color css
<style>
a { background-color: #CDE819; }
a { background-color: rgb(205,232,25); }
div.DivClassName
{
background-color: #CDE819;
}
.BgClassName
{
background-color: #CDE819;
}
</style>
border-color css
<style>
span { border-color: #CDE819; }
span { border-color: rgb(205,232,25); }
td.TdClassName
{
border-color: #CDE819;
}
.TagClassName
{
border-color: #CDE819;
}
</style>