Shades of Pear #CDEF45
Tints of Pear #CDEF45
RGB
CMYK
RGB Variations
Color information
#CDEF45 (or 0xCDEF45) is known color: Pear. HEX triplet: CD, EF and 45. RGB value is (205,239,69). Sum of RGB (Red+Green+Blue) = 205+239+69=513 (67% of max value = 765). Red value is 205 (80.47% from 255 or 39.96% from 513); Green value is 239 (93.75% from 255 or 46.59% from 513); Blue value is 69 (27.34% from 255 or 13.45% from 513); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF45 is #3210BA. Grayscale: #D2D2D2. Windows color (decimal): -3281083 or 4583373. OLE color: 4583373.
HSL color Cylindrical-coordinate representation of color #CDEF45: hue angle of 72º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDEF45 is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 69 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.06 |
| HSL | 72º | 0.84% | 0.6% | - |
| HSV(B) | 72º | 0.71% | 0.94% | - |
| XYZ | 57.12 | 75.14 | 17.12 | - |
| YUV | 209.45 | 48.74 | 124.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 69 | 0.14 | 0 | 0.71 | 0.06 | 72 | 0.84 | 0.6 |
| Hex | CD | EF | 45 | E | 0 | 47 | 6 | 48 | 54 | 3C |
| Octal | 315 | 357 | 105 | 16 | 0 | 107 | 6 | 110 | 124 | 74 |
| Binary | 11001101 | 11101111 | 1000101 | 1110 | 0 | 1000111 | 110 | 1001000 | 1010100 | 111100 |
Color Harmonies of #CDEF45
Complementary color
Monochromatic Colors of #CDEF45
Black with #CDEF45
Text Example
Text Example
White with #CDEF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF45; }
p { color: rgb(205,239,69); }
H1.HeaderClassName
{
color: #CDEF45;
}
.AnyTagClassName
{
color: #CDEF45;
}
</style>
background-color css
<style>
a { background-color: #CDEF45; }
a { background-color: rgb(205,239,69); }
div.DivClassName
{
background-color: #CDEF45;
}
.BgClassName
{
background-color: #CDEF45;
}
</style>
border-color css
<style>
span { border-color: #CDEF45; }
span { border-color: rgb(205,239,69); }
td.TdClassName
{
border-color: #CDEF45;
}
.TagClassName
{
border-color: #CDEF45;
}
</style>