Shades of Pear #CDE238
Tints of Pear #CDE238
RGB
CMYK
RGB Variations
Color information
#CDE238 (or 0xCDE238) is known color: Pear. HEX triplet: CD, E2 and 38. RGB value is (205,226,56). Sum of RGB (Red+Green+Blue) = 205+226+56=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 56 (22.27% from 255 or 11.50% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #CDE238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDE238 is #321DC7. Grayscale: #C9C9C9. Windows color (decimal): -3284424 or 3728077. OLE color: 3728077.
HSL color Cylindrical-coordinate representation of color #CDE238: hue angle of 67.41º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDE238 is Cyan = 0.09, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 226 | 56 | - |
| CMYK | 0.09 | 0 | 0.75 | 0.11 |
| HSL | 67.41º | 0.75% | 0.55% | - |
| HSV(B) | 67.41º | 0.75% | 0.89% | - |
| XYZ | 53.09 | 67.66 | 14 | - |
| YUV | 200.34 | 46.54 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 226 | 56 | 0.09 | 0 | 0.75 | 0.11 | 67.41 | 0.75 | 0.55 |
| Hex | CD | E2 | 38 | 9 | 0 | 4B | B | 43 | 4B | 37 |
| Octal | 315 | 342 | 70 | 11 | 0 | 113 | 13 | 103 | 113 | 67 |
| Binary | 11001101 | 11100010 | 111000 | 1001 | 0 | 1001011 | 1011 | 1000011 | 1001011 | 110111 |
Color Harmonies of #CDE238
Complementary color
Monochromatic Colors of #CDE238
Black with #CDE238
Text Example
Text Example
White with #CDE238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE238; }
p { color: rgb(205,226,56); }
H1.HeaderClassName
{
color: #CDE238;
}
.AnyTagClassName
{
color: #CDE238;
}
</style>
background-color css
<style>
a { background-color: #CDE238; }
a { background-color: rgb(205,226,56); }
div.DivClassName
{
background-color: #CDE238;
}
.BgClassName
{
background-color: #CDE238;
}
</style>
border-color css
<style>
span { border-color: #CDE238; }
span { border-color: rgb(205,226,56); }
td.TdClassName
{
border-color: #CDE238;
}
.TagClassName
{
border-color: #CDE238;
}
</style>