Shades of Pear #CDF746
Tints of Pear #CDF746
RGB
CMYK
RGB Variations
Color information
#CDF746 (or 0xCDF746) is known color: Pear. HEX triplet: CD, F7 and 46. RGB value is (205,247,70). Sum of RGB (Red+Green+Blue) = 205+247+70=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF746 is #3208B9. Grayscale: #D6D6D6. Windows color (decimal): -3279034 or 4650957. OLE color: 4650957.
HSL color Cylindrical-coordinate representation of color #CDF746: hue angle of 74.24º degrees, saturation: 0.92, 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 #CDF746 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 70 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.03 |
| HSL | 74.24º | 0.92% | 0.62% | - |
| HSV(B) | 74.24º | 0.72% | 0.97% | - |
| XYZ | 59.54 | 79.94 | 18.09 | - |
| YUV | 214.26 | 46.59 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 70 | 0.17 | 0 | 0.72 | 0.03 | 74.24 | 0.92 | 0.62 |
| Hex | CD | F7 | 46 | 11 | 0 | 48 | 3 | 4A | 5C | 3E |
| Octal | 315 | 367 | 106 | 21 | 0 | 110 | 3 | 112 | 134 | 76 |
| Binary | 11001101 | 11110111 | 1000110 | 10001 | 0 | 1001000 | 11 | 1001010 | 1011100 | 111110 |
Color Harmonies of #CDF746
Complementary color
Monochromatic Colors of #CDF746
Black with #CDF746
Text Example
Text Example
White with #CDF746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF746; }
p { color: rgb(205,247,70); }
H1.HeaderClassName
{
color: #CDF746;
}
.AnyTagClassName
{
color: #CDF746;
}
</style>
background-color css
<style>
a { background-color: #CDF746; }
a { background-color: rgb(205,247,70); }
div.DivClassName
{
background-color: #CDF746;
}
.BgClassName
{
background-color: #CDF746;
}
</style>
border-color css
<style>
span { border-color: #CDF746; }
span { border-color: rgb(205,247,70); }
td.TdClassName
{
border-color: #CDF746;
}
.TagClassName
{
border-color: #CDF746;
}
</style>