Shades of Pear #CDEF40
Tints of Pear #CDEF40
RGB
CMYK
RGB Variations
Color information
#CDEF40 (or 0xCDEF40) is known color: Pear. HEX triplet: CD, EF and 40. RGB value is (205,239,64). Sum of RGB (Red+Green+Blue) = 205+239+64=508 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.35% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 64 (25.39% from 255 or 12.60% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF40 is #3210BF. Grayscale: #D1D1D1. Windows color (decimal): -3281088 or 4255693. OLE color: 4255693.
HSL color Cylindrical-coordinate representation of color #CDEF40: hue angle of 71.66º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDEF40 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 64 | - |
| CMYK | 0.14 | 0 | 0.73 | 0.06 |
| HSL | 71.66º | 0.85% | 0.59% | - |
| HSV(B) | 71.66º | 0.73% | 0.94% | - |
| XYZ | 56.97 | 75.08 | 16.34 | - |
| YUV | 208.88 | 46.24 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 64 | 0.14 | 0 | 0.73 | 0.06 | 71.66 | 0.85 | 0.59 |
| Hex | CD | EF | 40 | E | 0 | 49 | 6 | 48 | 55 | 3B |
| Octal | 315 | 357 | 100 | 16 | 0 | 111 | 6 | 110 | 125 | 73 |
| Binary | 11001101 | 11101111 | 1000000 | 1110 | 0 | 1001001 | 110 | 1001000 | 1010101 | 111011 |
Color Harmonies of #CDEF40
Complementary color
Monochromatic Colors of #CDEF40
Black with #CDEF40
Text Example
Text Example
White with #CDEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF40; }
p { color: rgb(205,239,64); }
H1.HeaderClassName
{
color: #CDEF40;
}
.AnyTagClassName
{
color: #CDEF40;
}
</style>
background-color css
<style>
a { background-color: #CDEF40; }
a { background-color: rgb(205,239,64); }
div.DivClassName
{
background-color: #CDEF40;
}
.BgClassName
{
background-color: #CDEF40;
}
</style>
border-color css
<style>
span { border-color: #CDEF40; }
span { border-color: rgb(205,239,64); }
td.TdClassName
{
border-color: #CDEF40;
}
.TagClassName
{
border-color: #CDEF40;
}
</style>