Shades of Pear #CDEF2D
Tints of Pear #CDEF2D
RGB
CMYK
RGB Variations
Color information
#CDEF2D (or 0xCDEF2D) is known color: Pear. HEX triplet: CD, EF and 2D. RGB value is (205,239,45). Sum of RGB (Red+Green+Blue) = 205+239+45=489 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.92% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF2D is #3210D2. Grayscale: #CFCFCF. Windows color (decimal): -3281107 or 3010509. OLE color: 3010509.
HSL color Cylindrical-coordinate representation of color #CDEF2D: hue angle of 70.52º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDEF2D is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 45 | - |
| CMYK | 0.14 | 0 | 0.81 | 0.06 |
| HSL | 70.52º | 0.86% | 0.56% | - |
| HSV(B) | 70.52º | 0.81% | 0.94% | - |
| XYZ | 56.52 | 74.9 | 13.96 | - |
| YUV | 206.72 | 36.74 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 45 | 0.14 | 0 | 0.81 | 0.06 | 70.52 | 0.86 | 0.56 |
| Hex | CD | EF | 2D | E | 0 | 51 | 6 | 47 | 56 | 38 |
| Octal | 315 | 357 | 55 | 16 | 0 | 121 | 6 | 107 | 126 | 70 |
| Binary | 11001101 | 11101111 | 101101 | 1110 | 0 | 1010001 | 110 | 1000111 | 1010110 | 111000 |
Color Harmonies of #CDEF2D
Complementary color
Monochromatic Colors of #CDEF2D
Black with #CDEF2D
Text Example
Text Example
White with #CDEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF2D; }
p { color: rgb(205,239,45); }
H1.HeaderClassName
{
color: #CDEF2D;
}
.AnyTagClassName
{
color: #CDEF2D;
}
</style>
background-color css
<style>
a { background-color: #CDEF2D; }
a { background-color: rgb(205,239,45); }
div.DivClassName
{
background-color: #CDEF2D;
}
.BgClassName
{
background-color: #CDEF2D;
}
</style>
border-color css
<style>
span { border-color: #CDEF2D; }
span { border-color: rgb(205,239,45); }
td.TdClassName
{
border-color: #CDEF2D;
}
.TagClassName
{
border-color: #CDEF2D;
}
</style>