Shades of Pear #CDF745
Tints of Pear #CDF745
RGB
CMYK
RGB Variations
Color information
#CDF745 (or 0xCDF745) is known color: Pear. HEX triplet: CD, F7 and 45. RGB value is (205,247,69). Sum of RGB (Red+Green+Blue) = 205+247+69=521 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.35% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 69 (27.34% from 255 or 13.24% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF745 is #3208BA. Grayscale: #D6D6D6. Windows color (decimal): -3279035 or 4585421. OLE color: 4585421.
HSL color Cylindrical-coordinate representation of color #CDF745: hue angle of 74.16º 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 #CDF745 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 69 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.03 |
| HSL | 74.16º | 0.92% | 0.62% | - |
| HSV(B) | 74.16º | 0.72% | 0.97% | - |
| XYZ | 59.51 | 79.93 | 17.92 | - |
| YUV | 214.15 | 46.09 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 69 | 0.17 | 0 | 0.72 | 0.03 | 74.16 | 0.92 | 0.62 |
| Hex | CD | F7 | 45 | 11 | 0 | 48 | 3 | 4A | 5C | 3E |
| Octal | 315 | 367 | 105 | 21 | 0 | 110 | 3 | 112 | 134 | 76 |
| Binary | 11001101 | 11110111 | 1000101 | 10001 | 0 | 1001000 | 11 | 1001010 | 1011100 | 111110 |
Color Harmonies of #CDF745
Complementary color
Monochromatic Colors of #CDF745
Black with #CDF745
Text Example
Text Example
White with #CDF745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF745; }
p { color: rgb(205,247,69); }
H1.HeaderClassName
{
color: #CDF745;
}
.AnyTagClassName
{
color: #CDF745;
}
</style>
background-color css
<style>
a { background-color: #CDF745; }
a { background-color: rgb(205,247,69); }
div.DivClassName
{
background-color: #CDF745;
}
.BgClassName
{
background-color: #CDF745;
}
</style>
border-color css
<style>
span { border-color: #CDF745; }
span { border-color: rgb(205,247,69); }
td.TdClassName
{
border-color: #CDF745;
}
.TagClassName
{
border-color: #CDF745;
}
</style>