Shades of Pear #CDEF3A
Tints of Pear #CDEF3A
RGB
CMYK
RGB Variations
Color information
#CDEF3A (or 0xCDEF3A) is known color: Pear. HEX triplet: CD, EF and 3A. RGB value is (205,239,58). Sum of RGB (Red+Green+Blue) = 205+239+58=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 58 (23.05% from 255 or 11.55% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF3A is #3210C5. Grayscale: #D0D0D0. Windows color (decimal): -3281094 or 3862477. OLE color: 3862477.
HSL color Cylindrical-coordinate representation of color #CDEF3A: hue angle of 71.27º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDEF3A is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 58 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.06 |
| HSL | 71.27º | 0.85% | 0.58% | - |
| HSV(B) | 71.27º | 0.76% | 0.94% | - |
| XYZ | 56.81 | 75.02 | 15.49 | - |
| YUV | 208.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 58 | 0.14 | 0 | 0.76 | 0.06 | 71.27 | 0.85 | 0.58 |
| Hex | CD | EF | 3A | E | 0 | 4C | 6 | 47 | 55 | 3A |
| Octal | 315 | 357 | 72 | 16 | 0 | 114 | 6 | 107 | 125 | 72 |
| Binary | 11001101 | 11101111 | 111010 | 1110 | 0 | 1001100 | 110 | 1000111 | 1010101 | 111010 |
Color Harmonies of #CDEF3A
Complementary color
Monochromatic Colors of #CDEF3A
Black with #CDEF3A
Text Example
Text Example
White with #CDEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF3A; }
p { color: rgb(205,239,58); }
H1.HeaderClassName
{
color: #CDEF3A;
}
.AnyTagClassName
{
color: #CDEF3A;
}
</style>
background-color css
<style>
a { background-color: #CDEF3A; }
a { background-color: rgb(205,239,58); }
div.DivClassName
{
background-color: #CDEF3A;
}
.BgClassName
{
background-color: #CDEF3A;
}
</style>
border-color css
<style>
span { border-color: #CDEF3A; }
span { border-color: rgb(205,239,58); }
td.TdClassName
{
border-color: #CDEF3A;
}
.TagClassName
{
border-color: #CDEF3A;
}
</style>