Shades of Pear #CDF546
Tints of Pear #CDF546
RGB
CMYK
RGB Variations
Color information
#CDF546 (or 0xCDF546) is known color: Pear. HEX triplet: CD, F5 and 46. RGB value is (205,245,70). Sum of RGB (Red+Green+Blue) = 205+245+70=520 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.42% from 520); Green value is 245 (96.09% from 255 or 47.12% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF546 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF546 is #320AB9. Grayscale: #D5D5D5. Windows color (decimal): -3279546 or 4650445. OLE color: 4650445.
HSL color Cylindrical-coordinate representation of color #CDF546: hue angle of 73.71º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDF546 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 245 | 70 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.04 |
| HSL | 73.71º | 0.9% | 0.62% | - |
| HSV(B) | 73.71º | 0.71% | 0.96% | - |
| XYZ | 58.93 | 78.73 | 17.88 | - |
| YUV | 213.09 | 47.25 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 245 | 70 | 0.16 | 0 | 0.71 | 0.04 | 73.71 | 0.9 | 0.62 |
| Hex | CD | F5 | 46 | 10 | 0 | 47 | 4 | 4A | 5A | 3E |
| Octal | 315 | 365 | 106 | 20 | 0 | 107 | 4 | 112 | 132 | 76 |
| Binary | 11001101 | 11110101 | 1000110 | 10000 | 0 | 1000111 | 100 | 1001010 | 1011010 | 111110 |
Color Harmonies of #CDF546
Complementary color
Monochromatic Colors of #CDF546
Black with #CDF546
Text Example
Text Example
White with #CDF546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF546; }
p { color: rgb(205,245,70); }
H1.HeaderClassName
{
color: #CDF546;
}
.AnyTagClassName
{
color: #CDF546;
}
</style>
background-color css
<style>
a { background-color: #CDF546; }
a { background-color: rgb(205,245,70); }
div.DivClassName
{
background-color: #CDF546;
}
.BgClassName
{
background-color: #CDF546;
}
</style>
border-color css
<style>
span { border-color: #CDF546; }
span { border-color: rgb(205,245,70); }
td.TdClassName
{
border-color: #CDF546;
}
.TagClassName
{
border-color: #CDF546;
}
</style>