Shades of Pear #CDF648
Tints of Pear #CDF648
RGB
CMYK
RGB Variations
Color information
#CDF648 (or 0xCDF648) is known color: Pear. HEX triplet: CD, F6 and 48. RGB value is (205,246,72). Sum of RGB (Red+Green+Blue) = 205+246+72=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 246 (96.48% from 255 or 47.04% from 523); Blue value is 72 (28.52% from 255 or 13.77% from 523); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF648 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF648 is #3209B7. Grayscale: #D6D6D6. Windows color (decimal): -3279288 or 4781773. OLE color: 4781773.
HSL color Cylindrical-coordinate representation of color #CDF648: hue angle of 74.14º degrees, saturation: 0.91, 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 #CDF648 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 72 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.04 |
| HSL | 74.14º | 0.91% | 0.62% | - |
| HSV(B) | 74.14º | 0.71% | 0.96% | - |
| XYZ | 59.3 | 79.36 | 18.32 | - |
| YUV | 213.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 72 | 0.17 | 0 | 0.71 | 0.04 | 74.14 | 0.91 | 0.62 |
| Hex | CD | F6 | 48 | 11 | 0 | 47 | 4 | 4A | 5B | 3E |
| Octal | 315 | 366 | 110 | 21 | 0 | 107 | 4 | 112 | 133 | 76 |
| Binary | 11001101 | 11110110 | 1001000 | 10001 | 0 | 1000111 | 100 | 1001010 | 1011011 | 111110 |
Color Harmonies of #CDF648
Complementary color
Monochromatic Colors of #CDF648
Black with #CDF648
Text Example
Text Example
White with #CDF648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF648; }
p { color: rgb(205,246,72); }
H1.HeaderClassName
{
color: #CDF648;
}
.AnyTagClassName
{
color: #CDF648;
}
</style>
background-color css
<style>
a { background-color: #CDF648; }
a { background-color: rgb(205,246,72); }
div.DivClassName
{
background-color: #CDF648;
}
.BgClassName
{
background-color: #CDF648;
}
</style>
border-color css
<style>
span { border-color: #CDF648; }
span { border-color: rgb(205,246,72); }
td.TdClassName
{
border-color: #CDF648;
}
.TagClassName
{
border-color: #CDF648;
}
</style>