Shades of Pear #CDE726
Tints of Pear #CDE726
RGB
CMYK
RGB Variations
Color information
#CDE726 (or 0xCDE726) is known color: Pear. HEX triplet: CD, E7 and 26. RGB value is (205,231,38). Sum of RGB (Red+Green+Blue) = 205+231+38=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 231 (90.62% from 255 or 48.73% from 474); Blue value is 38 (15.23% from 255 or 8.02% from 474); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE726 is #3218D9. Grayscale: #C9C9C9. Windows color (decimal): -3283162 or 2549709. OLE color: 2549709.
HSL color Cylindrical-coordinate representation of color #CDE726: hue angle of 68.08º degrees, saturation: 0.8, 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 #CDE726 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 38 | - |
| CMYK | 0.11 | 0 | 0.84 | 0.09 |
| HSL | 68.08º | 0.8% | 0.53% | - |
| HSV(B) | 68.08º | 0.84% | 0.91% | - |
| XYZ | 54.1 | 70.27 | 12.55 | - |
| YUV | 201.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 38 | 0.11 | 0 | 0.84 | 0.09 | 68.08 | 0.8 | 0.53 |
| Hex | CD | E7 | 26 | B | 0 | 54 | 9 | 44 | 50 | 35 |
| Octal | 315 | 347 | 46 | 13 | 0 | 124 | 11 | 104 | 120 | 65 |
| Binary | 11001101 | 11100111 | 100110 | 1011 | 0 | 1010100 | 1001 | 1000100 | 1010000 | 110101 |
Color Harmonies of #CDE726
Complementary color
Monochromatic Colors of #CDE726
Black with #CDE726
Text Example
Text Example
White with #CDE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE726; }
p { color: rgb(205,231,38); }
H1.HeaderClassName
{
color: #CDE726;
}
.AnyTagClassName
{
color: #CDE726;
}
</style>
background-color css
<style>
a { background-color: #CDE726; }
a { background-color: rgb(205,231,38); }
div.DivClassName
{
background-color: #CDE726;
}
.BgClassName
{
background-color: #CDE726;
}
</style>
border-color css
<style>
span { border-color: #CDE726; }
span { border-color: rgb(205,231,38); }
td.TdClassName
{
border-color: #CDE726;
}
.TagClassName
{
border-color: #CDE726;
}
</style>