Shades of Pear #CDEF3D
Tints of Pear #CDEF3D
RGB
CMYK
RGB Variations
Color information
#CDEF3D (or 0xCDEF3D) is known color: Pear. HEX triplet: CD, EF and 3D. RGB value is (205,239,61). Sum of RGB (Red+Green+Blue) = 205+239+61=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 61 (24.22% from 255 or 12.08% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF3D is #3210C2. Grayscale: #D1D1D1. Windows color (decimal): -3281091 or 4059085. OLE color: 4059085.
HSL color Cylindrical-coordinate representation of color #CDEF3D: hue angle of 71.46º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDEF3D is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 61 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.06 |
| HSL | 71.46º | 0.85% | 0.59% | - |
| HSV(B) | 71.46º | 0.74% | 0.94% | - |
| XYZ | 56.89 | 75.05 | 15.9 | - |
| YUV | 208.54 | 44.74 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 61 | 0.14 | 0 | 0.74 | 0.06 | 71.46 | 0.85 | 0.59 |
| Hex | CD | EF | 3D | E | 0 | 4A | 6 | 47 | 55 | 3B |
| Octal | 315 | 357 | 75 | 16 | 0 | 112 | 6 | 107 | 125 | 73 |
| Binary | 11001101 | 11101111 | 111101 | 1110 | 0 | 1001010 | 110 | 1000111 | 1010101 | 111011 |
Color Harmonies of #CDEF3D
Complementary color
Monochromatic Colors of #CDEF3D
Black with #CDEF3D
Text Example
Text Example
White with #CDEF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF3D; }
p { color: rgb(205,239,61); }
H1.HeaderClassName
{
color: #CDEF3D;
}
.AnyTagClassName
{
color: #CDEF3D;
}
</style>
background-color css
<style>
a { background-color: #CDEF3D; }
a { background-color: rgb(205,239,61); }
div.DivClassName
{
background-color: #CDEF3D;
}
.BgClassName
{
background-color: #CDEF3D;
}
</style>
border-color css
<style>
span { border-color: #CDEF3D; }
span { border-color: rgb(205,239,61); }
td.TdClassName
{
border-color: #CDEF3D;
}
.TagClassName
{
border-color: #CDEF3D;
}
</style>