Shades of Pear #CDEF3C
Tints of Pear #CDEF3C
RGB
CMYK
RGB Variations
Color information
#CDEF3C (or 0xCDEF3C) is known color: Pear. HEX triplet: CD, EF and 3C. RGB value is (205,239,60). Sum of RGB (Red+Green+Blue) = 205+239+60=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 60 (23.83% from 255 or 11.90% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF3C is #3210C3. Grayscale: #D1D1D1. Windows color (decimal): -3281092 or 3993549. OLE color: 3993549.
HSL color Cylindrical-coordinate representation of color #CDEF3C: hue angle of 71.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CDEF3C is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 60 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.06 |
| HSL | 71.4º | 0.85% | 0.59% | - |
| HSV(B) | 71.4º | 0.75% | 0.94% | - |
| XYZ | 56.86 | 75.04 | 15.76 | - |
| YUV | 208.43 | 44.24 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 60 | 0.14 | 0 | 0.75 | 0.06 | 71.4 | 0.85 | 0.59 |
| Hex | CD | EF | 3C | E | 0 | 4B | 6 | 47 | 55 | 3B |
| Octal | 315 | 357 | 74 | 16 | 0 | 113 | 6 | 107 | 125 | 73 |
| Binary | 11001101 | 11101111 | 111100 | 1110 | 0 | 1001011 | 110 | 1000111 | 1010101 | 111011 |
Color Harmonies of #CDEF3C
Complementary color
Monochromatic Colors of #CDEF3C
Black with #CDEF3C
Text Example
Text Example
White with #CDEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF3C; }
p { color: rgb(205,239,60); }
H1.HeaderClassName
{
color: #CDEF3C;
}
.AnyTagClassName
{
color: #CDEF3C;
}
</style>
background-color css
<style>
a { background-color: #CDEF3C; }
a { background-color: rgb(205,239,60); }
div.DivClassName
{
background-color: #CDEF3C;
}
.BgClassName
{
background-color: #CDEF3C;
}
</style>
border-color css
<style>
span { border-color: #CDEF3C; }
span { border-color: rgb(205,239,60); }
td.TdClassName
{
border-color: #CDEF3C;
}
.TagClassName
{
border-color: #CDEF3C;
}
</style>