Shades of Pear #CDEF47
Tints of Pear #CDEF47
RGB
CMYK
RGB Variations
Color information
#CDEF47 (or 0xCDEF47) is known color: Pear. HEX triplet: CD, EF and 47. RGB value is (205,239,71). Sum of RGB (Red+Green+Blue) = 205+239+71=515 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.81% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 71 (28.12% from 255 or 13.79% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF47 is #3210B8. Grayscale: #D2D2D2. Windows color (decimal): -3281081 or 4714445. OLE color: 4714445.
HSL color Cylindrical-coordinate representation of color #CDEF47: hue angle of 72.14º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDEF47 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 71 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.06 |
| HSL | 72.14º | 0.84% | 0.61% | - |
| HSV(B) | 72.14º | 0.7% | 0.94% | - |
| XYZ | 57.18 | 75.17 | 17.46 | - |
| YUV | 209.68 | 49.74 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 71 | 0.14 | 0 | 0.70 | 0.06 | 72.14 | 0.84 | 0.61 |
| Hex | CD | EF | 47 | E | 0 | 46 | 6 | 48 | 54 | 3D |
| Octal | 315 | 357 | 107 | 16 | 0 | 106 | 6 | 110 | 124 | 75 |
| Binary | 11001101 | 11101111 | 1000111 | 1110 | 0 | 1000110 | 110 | 1001000 | 1010100 | 111101 |
Color Harmonies of #CDEF47
Complementary color
Monochromatic Colors of #CDEF47
Black with #CDEF47
Text Example
Text Example
White with #CDEF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF47; }
p { color: rgb(205,239,71); }
H1.HeaderClassName
{
color: #CDEF47;
}
.AnyTagClassName
{
color: #CDEF47;
}
</style>
background-color css
<style>
a { background-color: #CDEF47; }
a { background-color: rgb(205,239,71); }
div.DivClassName
{
background-color: #CDEF47;
}
.BgClassName
{
background-color: #CDEF47;
}
</style>
border-color css
<style>
span { border-color: #CDEF47; }
span { border-color: rgb(205,239,71); }
td.TdClassName
{
border-color: #CDEF47;
}
.TagClassName
{
border-color: #CDEF47;
}
</style>