Shades of Pear #CDF846
Tints of Pear #CDF846
RGB
CMYK
RGB Variations
Color information
#CDF846 (or 0xCDF846) is known color: Pear. HEX triplet: CD, F8 and 46. RGB value is (205,248,70). Sum of RGB (Red+Green+Blue) = 205+248+70=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 70 (27.73% from 255 or 13.38% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF846 is #3207B9. Grayscale: #D7D7D7. Windows color (decimal): -3278778 or 4651213. OLE color: 4651213.
HSL color Cylindrical-coordinate representation of color #CDF846: hue angle of 74.49º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CDF846 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 248 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.03 |
| HSL | 74.49º | 0.93% | 0.62% | - |
| HSV(B) | 74.49º | 0.72% | 0.97% | - |
| XYZ | 59.85 | 80.56 | 18.19 | - |
| YUV | 214.85 | 46.25 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 248 | 70 | 0.17 | 0 | 0.72 | 0.03 | 74.49 | 0.93 | 0.62 |
| Hex | CD | F8 | 46 | 11 | 0 | 48 | 3 | 4A | 5D | 3E |
| Octal | 315 | 370 | 106 | 21 | 0 | 110 | 3 | 112 | 135 | 76 |
| Binary | 11001101 | 11111000 | 1000110 | 10001 | 0 | 1001000 | 11 | 1001010 | 1011101 | 111110 |
Color Harmonies of #CDF846
Complementary color
Monochromatic Colors of #CDF846
Black with #CDF846
Text Example
Text Example
White with #CDF846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF846; }
p { color: rgb(205,248,70); }
H1.HeaderClassName
{
color: #CDF846;
}
.AnyTagClassName
{
color: #CDF846;
}
</style>
background-color css
<style>
a { background-color: #CDF846; }
a { background-color: rgb(205,248,70); }
div.DivClassName
{
background-color: #CDF846;
}
.BgClassName
{
background-color: #CDF846;
}
</style>
border-color css
<style>
span { border-color: #CDF846; }
span { border-color: rgb(205,248,70); }
td.TdClassName
{
border-color: #CDF846;
}
.TagClassName
{
border-color: #CDF846;
}
</style>