Shades of Pear #CDF146
Tints of Pear #CDF146
RGB
CMYK
RGB Variations
Color information
#CDF146 (or 0xCDF146) is known color: Pear. HEX triplet: CD, F1 and 46. RGB value is (205,241,70). Sum of RGB (Red+Green+Blue) = 205+241+70=516 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.73% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CDF146 is #320EB9. Grayscale: #D3D3D3. Windows color (decimal): -3280570 or 4649421. OLE color: 4649421.
HSL color Cylindrical-coordinate representation of color #CDF146: hue angle of 72.63º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CDF146 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 70 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.05 |
| HSL | 72.63º | 0.86% | 0.61% | - |
| HSV(B) | 72.63º | 0.71% | 0.95% | - |
| XYZ | 57.74 | 76.33 | 17.48 | - |
| YUV | 210.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 70 | 0.15 | 0 | 0.71 | 0.05 | 72.63 | 0.86 | 0.61 |
| Hex | CD | F1 | 46 | F | 0 | 47 | 5 | 49 | 56 | 3D |
| Octal | 315 | 361 | 106 | 17 | 0 | 107 | 5 | 111 | 126 | 75 |
| Binary | 11001101 | 11110001 | 1000110 | 1111 | 0 | 1000111 | 101 | 1001001 | 1010110 | 111101 |
Color Harmonies of #CDF146
Complementary color
Monochromatic Colors of #CDF146
Black with #CDF146
Text Example
Text Example
White with #CDF146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF146; }
p { color: rgb(205,241,70); }
H1.HeaderClassName
{
color: #CDF146;
}
.AnyTagClassName
{
color: #CDF146;
}
</style>
background-color css
<style>
a { background-color: #CDF146; }
a { background-color: rgb(205,241,70); }
div.DivClassName
{
background-color: #CDF146;
}
.BgClassName
{
background-color: #CDF146;
}
</style>
border-color css
<style>
span { border-color: #CDF146; }
span { border-color: rgb(205,241,70); }
td.TdClassName
{
border-color: #CDF146;
}
.TagClassName
{
border-color: #CDF146;
}
</style>