Shades of Pear #CDE814
Tints of Pear #CDE814
RGB
CMYK
RGB Variations
Color information
#CDE814 (or 0xCDE814) is known color: Pear. HEX triplet: CD, E8 and 14. RGB value is (205,232,20). Sum of RGB (Red+Green+Blue) = 205+232+20=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 232 (91.02% from 255 or 50.77% from 457); Blue value is 20 (8.20% from 255 or 4.38% from 457); Max value from RGB is 232 - color contains mainly: green. Hex color #CDE814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE814 is #3217EB. Grayscale: #C8C8C8. Windows color (decimal): -3282924 or 1370317. OLE color: 1370317.
HSL color Cylindrical-coordinate representation of color #CDE814: hue angle of 67.64º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CDE814 is Cyan = 0.12, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 232 | 20 | - |
| CMYK | 0.12 | 0 | 0.91 | 0.09 |
| HSL | 67.64º | 0.84% | 0.49% | - |
| HSV(B) | 67.64º | 0.91% | 0.91% | - |
| XYZ | 54.16 | 70.74 | 11.46 | - |
| YUV | 199.76 | 26.55 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 232 | 20 | 0.12 | 0 | 0.91 | 0.09 | 67.64 | 0.84 | 0.49 |
| Hex | CD | E8 | 14 | C | 0 | 5B | 9 | 44 | 54 | 31 |
| Octal | 315 | 350 | 24 | 14 | 0 | 133 | 11 | 104 | 124 | 61 |
| Binary | 11001101 | 11101000 | 10100 | 1100 | 0 | 1011011 | 1001 | 1000100 | 1010100 | 110001 |
Color Harmonies of #CDE814
Complementary color
Monochromatic Colors of #CDE814
Black with #CDE814
Text Example
Text Example
White with #CDE814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE814; }
p { color: rgb(205,232,20); }
H1.HeaderClassName
{
color: #CDE814;
}
.AnyTagClassName
{
color: #CDE814;
}
</style>
background-color css
<style>
a { background-color: #CDE814; }
a { background-color: rgb(205,232,20); }
div.DivClassName
{
background-color: #CDE814;
}
.BgClassName
{
background-color: #CDE814;
}
</style>
border-color css
<style>
span { border-color: #CDE814; }
span { border-color: rgb(205,232,20); }
td.TdClassName
{
border-color: #CDE814;
}
.TagClassName
{
border-color: #CDE814;
}
</style>