Shades of Pear #CDF844
Tints of Pear #CDF844
RGB
CMYK
RGB Variations
Color information
#CDF844 (or 0xCDF844) is known color: Pear. HEX triplet: CD, F8 and 44. RGB value is (205,248,68). Sum of RGB (Red+Green+Blue) = 205+248+68=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 68 (26.95% from 255 or 13.05% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF844 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF844 is #3207BB. Grayscale: #D7D7D7. Windows color (decimal): -3278780 or 4520141. OLE color: 4520141.
HSL color Cylindrical-coordinate representation of color #CDF844: hue angle of 74.33º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDF844 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 68 | - |
| CMYK | 0.17 | 0 | 0.73 | 0.03 |
| HSL | 74.33º | 0.93% | 0.62% | - |
| HSV(B) | 74.33º | 0.73% | 0.97% | - |
| XYZ | 59.79 | 80.53 | 17.86 | - |
| YUV | 214.62 | 45.25 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 68 | 0.17 | 0 | 0.73 | 0.03 | 74.33 | 0.93 | 0.62 |
| Hex | CD | F8 | 44 | 11 | 0 | 49 | 3 | 4A | 5D | 3E |
| Octal | 315 | 370 | 104 | 21 | 0 | 111 | 3 | 112 | 135 | 76 |
| Binary | 11001101 | 11111000 | 1000100 | 10001 | 0 | 1001001 | 11 | 1001010 | 1011101 | 111110 |
Color Harmonies of #CDF844
Complementary color
Monochromatic Colors of #CDF844
Black with #CDF844
Text Example
Text Example
White with #CDF844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF844; }
p { color: rgb(205,248,68); }
H1.HeaderClassName
{
color: #CDF844;
}
.AnyTagClassName
{
color: #CDF844;
}
</style>
background-color css
<style>
a { background-color: #CDF844; }
a { background-color: rgb(205,248,68); }
div.DivClassName
{
background-color: #CDF844;
}
.BgClassName
{
background-color: #CDF844;
}
</style>
border-color css
<style>
span { border-color: #CDF844; }
span { border-color: rgb(205,248,68); }
td.TdClassName
{
border-color: #CDF844;
}
.TagClassName
{
border-color: #CDF844;
}
</style>