Shades of Pear #CDEF36
Tints of Pear #CDEF36
RGB
CMYK
RGB Variations
Color information
#CDEF36 (or 0xCDEF36) is known color: Pear. HEX triplet: CD, EF and 36. RGB value is (205,239,54). Sum of RGB (Red+Green+Blue) = 205+239+54=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 239 (93.75% from 255 or 47.99% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF36 is #3210C9. Grayscale: #D0D0D0. Windows color (decimal): -3281098 or 3600333. OLE color: 3600333.
HSL color Cylindrical-coordinate representation of color #CDEF36: hue angle of 71.03º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDEF36 is Cyan = 0.14, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 54 | - |
| CMYK | 0.14 | 0 | 0.77 | 0.06 |
| HSL | 71.03º | 0.85% | 0.57% | - |
| HSV(B) | 71.03º | 0.77% | 0.94% | - |
| XYZ | 56.71 | 74.98 | 14.97 | - |
| YUV | 207.74 | 41.24 | 126.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 54 | 0.14 | 0 | 0.77 | 0.06 | 71.03 | 0.85 | 0.57 |
| Hex | CD | EF | 36 | E | 0 | 4D | 6 | 47 | 55 | 39 |
| Octal | 315 | 357 | 66 | 16 | 0 | 115 | 6 | 107 | 125 | 71 |
| Binary | 11001101 | 11101111 | 110110 | 1110 | 0 | 1001101 | 110 | 1000111 | 1010101 | 111001 |
Color Harmonies of #CDEF36
Complementary color
Monochromatic Colors of #CDEF36
Black with #CDEF36
Text Example
Text Example
White with #CDEF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF36; }
p { color: rgb(205,239,54); }
H1.HeaderClassName
{
color: #CDEF36;
}
.AnyTagClassName
{
color: #CDEF36;
}
</style>
background-color css
<style>
a { background-color: #CDEF36; }
a { background-color: rgb(205,239,54); }
div.DivClassName
{
background-color: #CDEF36;
}
.BgClassName
{
background-color: #CDEF36;
}
</style>
border-color css
<style>
span { border-color: #CDEF36; }
span { border-color: rgb(205,239,54); }
td.TdClassName
{
border-color: #CDEF36;
}
.TagClassName
{
border-color: #CDEF36;
}
</style>