Shades of Pear #CDF631
Tints of Pear #CDF631
RGB
CMYK
RGB Variations
Color information
#CDF631 (or 0xCDF631) is known color: Pear. HEX triplet: CD, F6 and 31. RGB value is (205,246,49). Sum of RGB (Red+Green+Blue) = 205+246+49=500 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 49 (19.53% from 255 or 9.8% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #CDF631 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF631 is #3209CE. Grayscale: #D4D4D4. Windows color (decimal): -3279311 or 3274445. OLE color: 3274445.
HSL color Cylindrical-coordinate representation of color #CDF631: hue angle of 72.49º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF631 is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 246 | 49 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.04 |
| HSL | 72.49º | 0.92% | 0.58% | - |
| HSV(B) | 72.49º | 0.8% | 0.96% | - |
| XYZ | 58.69 | 79.11 | 15.08 | - |
| YUV | 211.28 | 36.42 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 246 | 49 | 0.17 | 0 | 0.80 | 0.04 | 72.49 | 0.92 | 0.58 |
| Hex | CD | F6 | 31 | 11 | 0 | 50 | 4 | 48 | 5C | 3A |
| Octal | 315 | 366 | 61 | 21 | 0 | 120 | 4 | 110 | 134 | 72 |
| Binary | 11001101 | 11110110 | 110001 | 10001 | 0 | 1010000 | 100 | 1001000 | 1011100 | 111010 |
Color Harmonies of #CDF631
Complementary color
Monochromatic Colors of #CDF631
Black with #CDF631
Text Example
Text Example
White with #CDF631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF631; }
p { color: rgb(205,246,49); }
H1.HeaderClassName
{
color: #CDF631;
}
.AnyTagClassName
{
color: #CDF631;
}
</style>
background-color css
<style>
a { background-color: #CDF631; }
a { background-color: rgb(205,246,49); }
div.DivClassName
{
background-color: #CDF631;
}
.BgClassName
{
background-color: #CDF631;
}
</style>
border-color css
<style>
span { border-color: #CDF631; }
span { border-color: rgb(205,246,49); }
td.TdClassName
{
border-color: #CDF631;
}
.TagClassName
{
border-color: #CDF631;
}
</style>