Shades of Pear #CDF149
Tints of Pear #CDF149
RGB
CMYK
RGB Variations
Color information
#CDF149 (or 0xCDF149) is known color: Pear. HEX triplet: CD, F1 and 49. RGB value is (205,241,73). Sum of RGB (Red+Green+Blue) = 205+241+73=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF149 is #320EB6. Grayscale: #D3D3D3. Windows color (decimal): -3280567 or 4846029. OLE color: 4846029.
HSL color Cylindrical-coordinate representation of color #CDF149: hue angle of 72.86º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CDF149 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 73 | - |
| CMYK | 0.15 | 0 | 0.70 | 0.05 |
| HSL | 72.86º | 0.86% | 0.62% | - |
| HSV(B) | 72.86º | 0.7% | 0.95% | - |
| XYZ | 57.83 | 76.37 | 18 | - |
| YUV | 211.08 | 50.07 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 73 | 0.15 | 0 | 0.70 | 0.05 | 72.86 | 0.86 | 0.62 |
| Hex | CD | F1 | 49 | F | 0 | 46 | 5 | 49 | 56 | 3E |
| Octal | 315 | 361 | 111 | 17 | 0 | 106 | 5 | 111 | 126 | 76 |
| Binary | 11001101 | 11110001 | 1001001 | 1111 | 0 | 1000110 | 101 | 1001001 | 1010110 | 111110 |
Color Harmonies of #CDF149
Complementary color
Monochromatic Colors of #CDF149
Black with #CDF149
Text Example
Text Example
White with #CDF149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF149; }
p { color: rgb(205,241,73); }
H1.HeaderClassName
{
color: #CDF149;
}
.AnyTagClassName
{
color: #CDF149;
}
</style>
background-color css
<style>
a { background-color: #CDF149; }
a { background-color: rgb(205,241,73); }
div.DivClassName
{
background-color: #CDF149;
}
.BgClassName
{
background-color: #CDF149;
}
</style>
border-color css
<style>
span { border-color: #CDF149; }
span { border-color: rgb(205,241,73); }
td.TdClassName
{
border-color: #CDF149;
}
.TagClassName
{
border-color: #CDF149;
}
</style>