Shades of Pear #CDE613
Tints of Pear #CDE613
RGB
CMYK
RGB Variations
Color information
#CDE613 (or 0xCDE613) is known color: Pear. HEX triplet: CD, E6 and 13. RGB value is (205,230,19). Sum of RGB (Red+Green+Blue) = 205+230+19=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 230 (90.23% from 255 or 50.66% from 454); Blue value is 19 (7.81% from 255 or 4.19% from 454); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE613 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CDE613 is #3219EC. Grayscale: #C7C7C7. Windows color (decimal): -3283437 or 1304269. OLE color: 1304269.
HSL color Cylindrical-coordinate representation of color #CDE613: hue angle of 67.11º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CDE613 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 19 | - |
| CMYK | 0.11 | 0 | 0.92 | 0.10 |
| HSL | 67.11º | 0.85% | 0.49% | - |
| HSV(B) | 67.11º | 0.92% | 0.9% | - |
| XYZ | 53.59 | 69.62 | 11.23 | - |
| YUV | 198.47 | 26.72 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 19 | 0.11 | 0 | 0.92 | 0.10 | 67.11 | 0.85 | 0.49 |
| Hex | CD | E6 | 13 | B | 0 | 5C | A | 43 | 55 | 31 |
| Octal | 315 | 346 | 23 | 13 | 0 | 134 | 12 | 103 | 125 | 61 |
| Binary | 11001101 | 11100110 | 10011 | 1011 | 0 | 1011100 | 1010 | 1000011 | 1010101 | 110001 |
Color Harmonies of #CDE613
Complementary color
Monochromatic Colors of #CDE613
Black with #CDE613
Text Example
Text Example
White with #CDE613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE613; }
p { color: rgb(205,230,19); }
H1.HeaderClassName
{
color: #CDE613;
}
.AnyTagClassName
{
color: #CDE613;
}
</style>
background-color css
<style>
a { background-color: #CDE613; }
a { background-color: rgb(205,230,19); }
div.DivClassName
{
background-color: #CDE613;
}
.BgClassName
{
background-color: #CDE613;
}
</style>
border-color css
<style>
span { border-color: #CDE613; }
span { border-color: rgb(205,230,19); }
td.TdClassName
{
border-color: #CDE613;
}
.TagClassName
{
border-color: #CDE613;
}
</style>