Shades of Pear #CDE731
Tints of Pear #CDE731
RGB
CMYK
RGB Variations
Color information
#CDE731 (or 0xCDE731) is known color: Pear. HEX triplet: CD, E7 and 31. RGB value is (205,231,49). Sum of RGB (Red+Green+Blue) = 205+231+49=485 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.27% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 49 (19.53% from 255 or 10.10% from 485); Max value from RGB is 231 - color contains mainly: green. Hex color #CDE731 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDE731 is #3218CE. Grayscale: #CBCBCB. Windows color (decimal): -3283151 or 3270605. OLE color: 3270605.
HSL color Cylindrical-coordinate representation of color #CDE731: hue angle of 68.57º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDE731 is Cyan = 0.11, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 231 | 49 | - |
| CMYK | 0.11 | 0 | 0.79 | 0.09 |
| HSL | 68.57º | 0.79% | 0.55% | - |
| HSV(B) | 68.57º | 0.79% | 0.91% | - |
| XYZ | 54.31 | 70.35 | 13.62 | - |
| YUV | 202.48 | 41.39 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 231 | 49 | 0.11 | 0 | 0.79 | 0.09 | 68.57 | 0.79 | 0.55 |
| Hex | CD | E7 | 31 | B | 0 | 4F | 9 | 45 | 4F | 37 |
| Octal | 315 | 347 | 61 | 13 | 0 | 117 | 11 | 105 | 117 | 67 |
| Binary | 11001101 | 11100111 | 110001 | 1011 | 0 | 1001111 | 1001 | 1000101 | 1001111 | 110111 |
Color Harmonies of #CDE731
Complementary color
Monochromatic Colors of #CDE731
Black with #CDE731
Text Example
Text Example
White with #CDE731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE731; }
p { color: rgb(205,231,49); }
H1.HeaderClassName
{
color: #CDE731;
}
.AnyTagClassName
{
color: #CDE731;
}
</style>
background-color css
<style>
a { background-color: #CDE731; }
a { background-color: rgb(205,231,49); }
div.DivClassName
{
background-color: #CDE731;
}
.BgClassName
{
background-color: #CDE731;
}
</style>
border-color css
<style>
span { border-color: #CDE731; }
span { border-color: rgb(205,231,49); }
td.TdClassName
{
border-color: #CDE731;
}
.TagClassName
{
border-color: #CDE731;
}
</style>