Shades of Pear #CDEF1C
Tints of Pear #CDEF1C
RGB
CMYK
RGB Variations
Color information
#CDEF1C (or 0xCDEF1C) is known color: Pear. HEX triplet: CD, EF and 1C. RGB value is (205,239,28). Sum of RGB (Red+Green+Blue) = 205+239+28=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 28 (11.33% from 255 or 5.93% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDEF1C is #3210E3. Grayscale: #CDCDCD. Windows color (decimal): -3281124 or 1896397. OLE color: 1896397.
HSL color Cylindrical-coordinate representation of color #CDEF1C: hue angle of 69.67º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CDEF1C is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 28 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.06 |
| HSL | 69.67º | 0.87% | 0.52% | - |
| HSV(B) | 69.67º | 0.88% | 0.94% | - |
| XYZ | 56.25 | 74.8 | 12.57 | - |
| YUV | 204.78 | 28.24 | 128.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 28 | 0.14 | 0 | 0.88 | 0.06 | 69.67 | 0.87 | 0.52 |
| Hex | CD | EF | 1C | E | 0 | 58 | 6 | 46 | 57 | 34 |
| Octal | 315 | 357 | 34 | 16 | 0 | 130 | 6 | 106 | 127 | 64 |
| Binary | 11001101 | 11101111 | 11100 | 1110 | 0 | 1011000 | 110 | 1000110 | 1010111 | 110100 |
Color Harmonies of #CDEF1C
Complementary color
Monochromatic Colors of #CDEF1C
Black with #CDEF1C
Text Example
Text Example
White with #CDEF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEF1C; }
p { color: rgb(205,239,28); }
H1.HeaderClassName
{
color: #CDEF1C;
}
.AnyTagClassName
{
color: #CDEF1C;
}
</style>
background-color css
<style>
a { background-color: #CDEF1C; }
a { background-color: rgb(205,239,28); }
div.DivClassName
{
background-color: #CDEF1C;
}
.BgClassName
{
background-color: #CDEF1C;
}
</style>
border-color css
<style>
span { border-color: #CDEF1C; }
span { border-color: rgb(205,239,28); }
td.TdClassName
{
border-color: #CDEF1C;
}
.TagClassName
{
border-color: #CDEF1C;
}
</style>