Shades of Pear #CDE623
Tints of Pear #CDE623
RGB
CMYK
RGB Variations
Color information
#CDE623 (or 0xCDE623) is known color: Pear. HEX triplet: CD, E6 and 23. RGB value is (205,230,35). Sum of RGB (Red+Green+Blue) = 205+230+35=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 230 (90.23% from 255 or 48.94% from 470); Blue value is 35 (14.06% from 255 or 7.45% from 470); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE623 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE623 is #3219DC. Grayscale: #C9C9C9. Windows color (decimal): -3283421 or 2352845. OLE color: 2352845.
HSL color Cylindrical-coordinate representation of color #CDE623: hue angle of 67.69º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDE623 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 230 | 35 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.10 |
| HSL | 67.69º | 0.8% | 0.52% | - |
| HSV(B) | 67.69º | 0.85% | 0.9% | - |
| XYZ | 53.78 | 69.69 | 12.21 | - |
| YUV | 200.3 | 34.72 | 131.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 230 | 35 | 0.11 | 0 | 0.85 | 0.10 | 67.69 | 0.8 | 0.52 |
| Hex | CD | E6 | 23 | B | 0 | 55 | A | 44 | 50 | 34 |
| Octal | 315 | 346 | 43 | 13 | 0 | 125 | 12 | 104 | 120 | 64 |
| Binary | 11001101 | 11100110 | 100011 | 1011 | 0 | 1010101 | 1010 | 1000100 | 1010000 | 110100 |
Color Harmonies of #CDE623
Complementary color
Monochromatic Colors of #CDE623
Black with #CDE623
Text Example
Text Example
White with #CDE623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE623; }
p { color: rgb(205,230,35); }
H1.HeaderClassName
{
color: #CDE623;
}
.AnyTagClassName
{
color: #CDE623;
}
</style>
background-color css
<style>
a { background-color: #CDE623; }
a { background-color: rgb(205,230,35); }
div.DivClassName
{
background-color: #CDE623;
}
.BgClassName
{
background-color: #CDE623;
}
</style>
border-color css
<style>
span { border-color: #CDE623; }
span { border-color: rgb(205,230,35); }
td.TdClassName
{
border-color: #CDE623;
}
.TagClassName
{
border-color: #CDE623;
}
</style>