Shades of Pear #CDE926
Tints of Pear #CDE926
RGB
CMYK
RGB Variations
Color information
#CDE926 (or 0xCDE926) is known color: Pear. HEX triplet: CD, E9 and 26. RGB value is (205,233,38). Sum of RGB (Red+Green+Blue) = 205+233+38=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 38 (15.23% from 255 or 7.98% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE926 is #3216D9. Grayscale: #CBCBCB. Windows color (decimal): -3282650 or 2550221. OLE color: 2550221.
HSL color Cylindrical-coordinate representation of color #CDE926: hue angle of 68.62º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDE926 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 38 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.09 |
| HSL | 68.62º | 0.82% | 0.53% | - |
| HSV(B) | 68.62º | 0.84% | 0.91% | - |
| XYZ | 54.67 | 71.4 | 12.73 | - |
| YUV | 202.4 | 35.22 | 129.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 38 | 0.12 | 0 | 0.84 | 0.09 | 68.62 | 0.82 | 0.53 |
| Hex | CD | E9 | 26 | C | 0 | 54 | 9 | 45 | 52 | 35 |
| Octal | 315 | 351 | 46 | 14 | 0 | 124 | 11 | 105 | 122 | 65 |
| Binary | 11001101 | 11101001 | 100110 | 1100 | 0 | 1010100 | 1001 | 1000101 | 1010010 | 110101 |
Color Harmonies of #CDE926
Complementary color
Monochromatic Colors of #CDE926
Black with #CDE926
Text Example
Text Example
White with #CDE926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE926; }
p { color: rgb(205,233,38); }
H1.HeaderClassName
{
color: #CDE926;
}
.AnyTagClassName
{
color: #CDE926;
}
</style>
background-color css
<style>
a { background-color: #CDE926; }
a { background-color: rgb(205,233,38); }
div.DivClassName
{
background-color: #CDE926;
}
.BgClassName
{
background-color: #CDE926;
}
</style>
border-color css
<style>
span { border-color: #CDE926; }
span { border-color: rgb(205,233,38); }
td.TdClassName
{
border-color: #CDE926;
}
.TagClassName
{
border-color: #CDE926;
}
</style>