Shades of Pear #CDE23B
Tints of Pear #CDE23B
RGB
CMYK
RGB Variations
Color information
#CDE23B (or 0xCDE23B) is known color: Pear. HEX triplet: CD, E2 and 3B. RGB value is (205,226,59). Sum of RGB (Red+Green+Blue) = 205+226+59=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE23B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE23B is #321DC4. Grayscale: #C9C9C9. Windows color (decimal): -3284421 or 3924685. OLE color: 3924685.
HSL color Cylindrical-coordinate representation of color #CDE23B: hue angle of 67.54º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDE23B is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 59 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.11 |
| HSL | 67.54º | 0.74% | 0.56% | - |
| HSV(B) | 67.54º | 0.74% | 0.89% | - |
| XYZ | 53.16 | 67.69 | 14.4 | - |
| YUV | 200.68 | 48.04 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 59 | 0.09 | 0 | 0.74 | 0.11 | 67.54 | 0.74 | 0.56 |
| Hex | CD | E2 | 3B | 9 | 0 | 4A | B | 44 | 4A | 38 |
| Octal | 315 | 342 | 73 | 11 | 0 | 112 | 13 | 104 | 112 | 70 |
| Binary | 11001101 | 11100010 | 111011 | 1001 | 0 | 1001010 | 1011 | 1000100 | 1001010 | 111000 |
Color Harmonies of #CDE23B
Complementary color
Monochromatic Colors of #CDE23B
Black with #CDE23B
Text Example
Text Example
White with #CDE23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE23B; }
p { color: rgb(205,226,59); }
H1.HeaderClassName
{
color: #CDE23B;
}
.AnyTagClassName
{
color: #CDE23B;
}
</style>
background-color css
<style>
a { background-color: #CDE23B; }
a { background-color: rgb(205,226,59); }
div.DivClassName
{
background-color: #CDE23B;
}
.BgClassName
{
background-color: #CDE23B;
}
</style>
border-color css
<style>
span { border-color: #CDE23B; }
span { border-color: rgb(205,226,59); }
td.TdClassName
{
border-color: #CDE23B;
}
.TagClassName
{
border-color: #CDE23B;
}
</style>