Shades of Pear #CDEF3E
Tints of Pear #CDEF3E
RGB
CMYK
RGB Variations
Color information
#CDEF3E (or 0xCDEF3E) is known color: Pear. HEX triplet: CD, EF and 3E. RGB value is (205,239,62). Sum of RGB (Red+Green+Blue) = 205+239+62=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 62 (24.61% from 255 or 12.25% from 506); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF3E is #3210C1. Grayscale: #D1D1D1. Windows color (decimal): -3281090 or 4124621. OLE color: 4124621.
HSL color Cylindrical-coordinate representation of color #CDEF3E: hue angle of 71.53º 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 #CDEF3E is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 62 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.06 |
| HSL | 71.53º | 0.85% | 0.59% | - |
| HSV(B) | 71.53º | 0.74% | 0.94% | - |
| XYZ | 56.91 | 75.06 | 16.05 | - |
| YUV | 208.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 62 | 0.14 | 0 | 0.74 | 0.06 | 71.53 | 0.85 | 0.59 |
| Hex | CD | EF | 3E | E | 0 | 4A | 6 | 48 | 55 | 3B |
| Octal | 315 | 357 | 76 | 16 | 0 | 112 | 6 | 110 | 125 | 73 |
| Binary | 11001101 | 11101111 | 111110 | 1110 | 0 | 1001010 | 110 | 1001000 | 1010101 | 111011 |
Color Harmonies of #CDEF3E
Complementary color
Monochromatic Colors of #CDEF3E
Black with #CDEF3E
Text Example
Text Example
White with #CDEF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF3E; }
p { color: rgb(205,239,62); }
H1.HeaderClassName
{
color: #CDEF3E;
}
.AnyTagClassName
{
color: #CDEF3E;
}
</style>
background-color css
<style>
a { background-color: #CDEF3E; }
a { background-color: rgb(205,239,62); }
div.DivClassName
{
background-color: #CDEF3E;
}
.BgClassName
{
background-color: #CDEF3E;
}
</style>
border-color css
<style>
span { border-color: #CDEF3E; }
span { border-color: rgb(205,239,62); }
td.TdClassName
{
border-color: #CDEF3E;
}
.TagClassName
{
border-color: #CDEF3E;
}
</style>