Shades of Pear #CDE236
Tints of Pear #CDE236
RGB
CMYK
RGB Variations
Color information
#CDE236 (or 0xCDE236) is known color: Pear. HEX triplet: CD, E2 and 36. RGB value is (205,226,54). Sum of RGB (Red+Green+Blue) = 205+226+54=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 226 (88.67% from 255 or 46.60% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE236 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE236 is #321DC9. Grayscale: #C8C8C8. Windows color (decimal): -3284426 or 3597005. OLE color: 3597005.
HSL color Cylindrical-coordinate representation of color #CDE236: hue angle of 67.33º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDE236 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 54 | - |
| CMYK | 0.09 | 0 | 0.76 | 0.11 |
| HSL | 67.33º | 0.75% | 0.55% | - |
| HSV(B) | 67.33º | 0.76% | 0.89% | - |
| XYZ | 53.04 | 67.64 | 13.75 | - |
| YUV | 200.11 | 45.54 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 54 | 0.09 | 0 | 0.76 | 0.11 | 67.33 | 0.75 | 0.55 |
| Hex | CD | E2 | 36 | 9 | 0 | 4C | B | 43 | 4B | 37 |
| Octal | 315 | 342 | 66 | 11 | 0 | 114 | 13 | 103 | 113 | 67 |
| Binary | 11001101 | 11100010 | 110110 | 1001 | 0 | 1001100 | 1011 | 1000011 | 1001011 | 110111 |
Color Harmonies of #CDE236
Complementary color
Monochromatic Colors of #CDE236
Black with #CDE236
Text Example
Text Example
White with #CDE236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE236; }
p { color: rgb(205,226,54); }
H1.HeaderClassName
{
color: #CDE236;
}
.AnyTagClassName
{
color: #CDE236;
}
</style>
background-color css
<style>
a { background-color: #CDE236; }
a { background-color: rgb(205,226,54); }
div.DivClassName
{
background-color: #CDE236;
}
.BgClassName
{
background-color: #CDE236;
}
</style>
border-color css
<style>
span { border-color: #CDE236; }
span { border-color: rgb(205,226,54); }
td.TdClassName
{
border-color: #CDE236;
}
.TagClassName
{
border-color: #CDE236;
}
</style>