Shades of Pear #CDF031
Tints of Pear #CDF031
RGB
CMYK
RGB Variations
Color information
#CDF031 (or 0xCDF031) is known color: Pear. HEX triplet: CD, F0 and 31. RGB value is (205,240,49). Sum of RGB (Red+Green+Blue) = 205+240+49=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF031 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF031 is #320FCE. Grayscale: #D0D0D0. Windows color (decimal): -3280847 or 3272909. OLE color: 3272909.
HSL color Cylindrical-coordinate representation of color #CDF031: hue angle of 70.99º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDF031 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 240 | 49 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.06 |
| HSL | 70.99º | 0.86% | 0.57% | - |
| HSV(B) | 70.99º | 0.8% | 0.94% | - |
| XYZ | 56.89 | 75.52 | 14.48 | - |
| YUV | 207.76 | 38.4 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 240 | 49 | 0.15 | 0 | 0.80 | 0.06 | 70.99 | 0.86 | 0.57 |
| Hex | CD | F0 | 31 | F | 0 | 50 | 6 | 47 | 56 | 39 |
| Octal | 315 | 360 | 61 | 17 | 0 | 120 | 6 | 107 | 126 | 71 |
| Binary | 11001101 | 11110000 | 110001 | 1111 | 0 | 1010000 | 110 | 1000111 | 1010110 | 111001 |
Color Harmonies of #CDF031
Complementary color
Monochromatic Colors of #CDF031
Black with #CDF031
Text Example
Text Example
White with #CDF031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF031; }
p { color: rgb(205,240,49); }
H1.HeaderClassName
{
color: #CDF031;
}
.AnyTagClassName
{
color: #CDF031;
}
</style>
background-color css
<style>
a { background-color: #CDF031; }
a { background-color: rgb(205,240,49); }
div.DivClassName
{
background-color: #CDF031;
}
.BgClassName
{
background-color: #CDF031;
}
</style>
border-color css
<style>
span { border-color: #CDF031; }
span { border-color: rgb(205,240,49); }
td.TdClassName
{
border-color: #CDF031;
}
.TagClassName
{
border-color: #CDF031;
}
</style>