Shades of Pear #CDF628
Tints of Pear #CDF628
RGB
CMYK
RGB Variations
Color information
#CDF628 (or 0xCDF628) is known color: Pear. HEX triplet: CD, F6 and 28. RGB value is (205,246,40). Sum of RGB (Red+Green+Blue) = 205+246+40=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 246 (96.48% from 255 or 50.10% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF628 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF628 is #3209D7. Grayscale: #D3D3D3. Windows color (decimal): -3279320 or 2684621. OLE color: 2684621.
HSL color Cylindrical-coordinate representation of color #CDF628: hue angle of 71.94º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDF628 is Cyan = 0.17, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 40 | - |
| CMYK | 0.17 | 0 | 0.84 | 0.04 |
| HSL | 71.94º | 0.92% | 0.56% | - |
| HSV(B) | 71.94º | 0.84% | 0.96% | - |
| XYZ | 58.52 | 79.04 | 14.18 | - |
| YUV | 210.26 | 31.92 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 40 | 0.17 | 0 | 0.84 | 0.04 | 71.94 | 0.92 | 0.56 |
| Hex | CD | F6 | 28 | 11 | 0 | 54 | 4 | 48 | 5C | 38 |
| Octal | 315 | 366 | 50 | 21 | 0 | 124 | 4 | 110 | 134 | 70 |
| Binary | 11001101 | 11110110 | 101000 | 10001 | 0 | 1010100 | 100 | 1001000 | 1011100 | 111000 |
Color Harmonies of #CDF628
Complementary color
Monochromatic Colors of #CDF628
Black with #CDF628
Text Example
Text Example
White with #CDF628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF628; }
p { color: rgb(205,246,40); }
H1.HeaderClassName
{
color: #CDF628;
}
.AnyTagClassName
{
color: #CDF628;
}
</style>
background-color css
<style>
a { background-color: #CDF628; }
a { background-color: rgb(205,246,40); }
div.DivClassName
{
background-color: #CDF628;
}
.BgClassName
{
background-color: #CDF628;
}
</style>
border-color css
<style>
span { border-color: #CDF628; }
span { border-color: rgb(205,246,40); }
td.TdClassName
{
border-color: #CDF628;
}
.TagClassName
{
border-color: #CDF628;
}
</style>