Shades of Pear #CDF748
Tints of Pear #CDF748
RGB
CMYK
RGB Variations
Color information
#CDF748 (or 0xCDF748) is known color: Pear. HEX triplet: CD, F7 and 48. RGB value is (205,247,72). Sum of RGB (Red+Green+Blue) = 205+247+72=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 72 (28.52% from 255 or 13.74% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF748 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF748 is #3208B7. Grayscale: #D7D7D7. Windows color (decimal): -3279032 or 4782029. OLE color: 4782029.
HSL color Cylindrical-coordinate representation of color #CDF748: hue angle of 74.4º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDF748 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 72 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.03 |
| HSL | 74.4º | 0.92% | 0.63% | - |
| HSV(B) | 74.4º | 0.71% | 0.97% | - |
| XYZ | 59.61 | 79.97 | 18.42 | - |
| YUV | 214.49 | 47.59 | 121.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 72 | 0.17 | 0 | 0.71 | 0.03 | 74.4 | 0.92 | 0.63 |
| Hex | CD | F7 | 48 | 11 | 0 | 47 | 3 | 4A | 5C | 3F |
| Octal | 315 | 367 | 110 | 21 | 0 | 107 | 3 | 112 | 134 | 77 |
| Binary | 11001101 | 11110111 | 1001000 | 10001 | 0 | 1000111 | 11 | 1001010 | 1011100 | 111111 |
Color Harmonies of #CDF748
Complementary color
Monochromatic Colors of #CDF748
Black with #CDF748
Text Example
Text Example
White with #CDF748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF748; }
p { color: rgb(205,247,72); }
H1.HeaderClassName
{
color: #CDF748;
}
.AnyTagClassName
{
color: #CDF748;
}
</style>
background-color css
<style>
a { background-color: #CDF748; }
a { background-color: rgb(205,247,72); }
div.DivClassName
{
background-color: #CDF748;
}
.BgClassName
{
background-color: #CDF748;
}
</style>
border-color css
<style>
span { border-color: #CDF748; }
span { border-color: rgb(205,247,72); }
td.TdClassName
{
border-color: #CDF748;
}
.TagClassName
{
border-color: #CDF748;
}
</style>