Shades of Pear #CDEF3B
Tints of Pear #CDEF3B
RGB
CMYK
RGB Variations
Color information
#CDEF3B (or 0xCDEF3B) is known color: Pear. HEX triplet: CD, EF and 3B. RGB value is (205,239,59). Sum of RGB (Red+Green+Blue) = 205+239+59=503 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.76% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 59 (23.44% from 255 or 11.73% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF3B is #3210C4. Grayscale: #D1D1D1. Windows color (decimal): -3281093 or 3928013. OLE color: 3928013.
HSL color Cylindrical-coordinate representation of color #CDEF3B: hue angle of 71.33º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDEF3B is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 59 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.06 |
| HSL | 71.33º | 0.85% | 0.58% | - |
| HSV(B) | 71.33º | 0.75% | 0.94% | - |
| XYZ | 56.83 | 75.03 | 15.62 | - |
| YUV | 208.31 | 43.74 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 59 | 0.14 | 0 | 0.75 | 0.06 | 71.33 | 0.85 | 0.58 |
| Hex | CD | EF | 3B | E | 0 | 4B | 6 | 47 | 55 | 3A |
| Octal | 315 | 357 | 73 | 16 | 0 | 113 | 6 | 107 | 125 | 72 |
| Binary | 11001101 | 11101111 | 111011 | 1110 | 0 | 1001011 | 110 | 1000111 | 1010101 | 111010 |
Color Harmonies of #CDEF3B
Complementary color
Monochromatic Colors of #CDEF3B
Black with #CDEF3B
Text Example
Text Example
White with #CDEF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF3B; }
p { color: rgb(205,239,59); }
H1.HeaderClassName
{
color: #CDEF3B;
}
.AnyTagClassName
{
color: #CDEF3B;
}
</style>
background-color css
<style>
a { background-color: #CDEF3B; }
a { background-color: rgb(205,239,59); }
div.DivClassName
{
background-color: #CDEF3B;
}
.BgClassName
{
background-color: #CDEF3B;
}
</style>
border-color css
<style>
span { border-color: #CDEF3B; }
span { border-color: rgb(205,239,59); }
td.TdClassName
{
border-color: #CDEF3B;
}
.TagClassName
{
border-color: #CDEF3B;
}
</style>